Shades of Blue
with Hex Codes
Blue is the world's favourite colour and the most searched colour shade on the web. From the deep midnight blues of the night sky to the pale powder blues of a summer morning, blue spans a wider emotional range than any other colour. In CSS, the base blue is #0000FF, but designers and developers use hundreds of variations daily.
Complete List of Blue Color Shades
Shades of Blue — Hex Reference Table
Click any hex code or colour swatch to copy it to your clipboard.
| Preview | Name | Hex Code | RGB | Category |
|---|
How to Use Shades of Blue in CSS
Every shade on this page can be used directly in CSS. Copy the hex code and paste it into any CSS color property: color, background-color, border-color, box-shadow, or outline-color.
For transparency effects, convert the hex to RGB using the table above and use rgba(). For a design system, store your chosen shade as a CSS custom property so you can update it site-wide from one place.
Frequently Asked Questions
What is the hex code for blue?
#0000FF. Navy blue is #000080, royal blue is #4169E1, and sky blue is #87CEEB.What are the most popular shades of blue?
What are different shades of blue called?
What is the darkest shade of blue?
#191970), navy (#000080), Oxford blue (#002147), and Prussian blue (#003153).How do I use blue shades in CSS?
color: #4169E1; for royal blue, or background-color: #87CEEB; for sky blue. CSS named blues include royalblue, skyblue, navy, cornflowerblue, and cadetblue.