#166DCC
A medium, vivid blue closely aligning with Dodgerblue.
About #166DCC
When working with digital screens, the color #166DCC is rendered by mixing light. It is closely associated with the named CSS color Dodgerblue. This translates to an RGB value of rgb(22, 109, 204).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 89% C, 47% M, 0% Y, and 20% K. The HSL representation is 211.3° hue, 80.5% saturation, and 44.3% lightness.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#166DCC
RGB22, 109, 204
HSL211.3°, 80.5%, 44.3%
CMYK89%, 47%, 0%, 20%
HSV211.3°, 89.2%, 80.0%
LAB46.3, 11.6, -55.9
XYZ16.7, 15.5, 59.2
Decimal1469900
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.13:1
Text on #FFFFFF
AA
4.09:1
Text on #000000
AA Large
4.90:1
Text on #F8FAFC
AA
3.48:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #166DCC;
}
.text-color {
color: #166DCC;
}
.border-color {
border: 2px solid #166DCC;
}