Dodger Blue Hex Code — #1E90FF
RGB, HSL, and CMYK values for Dodger Blue.
Dodger Blue Color Values
| Format | Value |
|---|---|
| HEX | #1E90FF |
| RGB | rgb(30, 144, 255) |
| HSL | hsl(210, 100%, 56%) |
| CMYK | cmyk(88%, 44%, 0%, 0%) |
Want to explore more shades? Use our Color Converter
About Dodger Blue
Color psychology: Friendliness, openness.
Dodger Blue (#1E90FF) is a medium shade of blue. It's commonly used in web design, graphic design, and branding where friendliness, openness are desired associations.
How to Use Dodger Blue in CSS
/* Using HEX */ color: #1E90FF; background-color: #1E90FF; /* Using RGB */ color: rgb(30, 144, 255); /* Using HSL */ color: hsl(210, 100%, 56%);