#1D6DAF
A medium, vivid blue closely aligning with Steelblue.
About #1D6DAF
Visually, #1D6DAF is defined as a vivid blue. Its closest recognized web color is Steelblue. This translates to an RGB value of rgb(29, 109, 175).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 83% cyan and 38% magenta inks. The HSL representation is 207.1° hue, 71.6% saturation, and 40.0% lightness.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1D6DAF
RGB29, 109, 175
HSL207.1°, 71.6%, 40.0%
CMYK83%, 38%, 0%, 31%
HSV207.1°, 83.4%, 68.6%
LAB44.7, 0.8, -41.7
XYZ13.7, 14.3, 42.6
Decimal1928623
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.44:1
Text on #FFFFFF
AA
3.86:1
Text on #000000
AA Large
5.20:1
Text on #F8FAFC
AA
3.28:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #1D6DAF;
}
.text-color {
color: #1D6DAF;
}
.border-color {
border: 2px solid #1D6DAF;
}