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