Blue Hex Code — #0000FF
RGB, HSL, and CMYK values for Blue.
Blue Color Values
| Format | Value |
|---|---|
| HEX | #0000FF |
| RGB | rgb(0, 0, 255) |
| HSL | hsl(240, 100%, 50%) |
| CMYK | cmyk(100%, 100%, 0%, 0%) |
Want to explore more shades? Use our Color Converter
About Blue
Color psychology: Trust, loyalty, wisdom.
Blue (#0000FF) is a medium shade of blue. It's commonly used in web design, graphic design, and branding where trust, loyalty, wisdom are desired associations.
How to Use Blue in CSS
/* Using HEX */ color: #0000FF; background-color: #0000FF; /* Using RGB */ color: rgb(0, 0, 255); /* Using HSL */ color: hsl(240, 100%, 50%);