#1D66AF
A medium, vivid blue closely aligning with Steelblue.
About #1D66AF
At its core, #1D66AF is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Steelblue. Its digital footprint relies on 29 parts red, 102 parts green, and 175 parts blue light.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 83% cyan, 42% magenta, 0% yellow, and 31% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1D66AF
RGB29, 102, 175
HSL210.0°, 71.6%, 40.0%
CMYK83%, 42%, 0%, 31%
HSV210.0°, 83.4%, 68.6%
LAB42.6, 5.2, -45.0
XYZ13.0, 12.9, 42.4
Decimal1926831
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.88:1
Text on #FFFFFF
AA
3.57:1
Text on #000000
AA Large
5.62:1
Text on #F8FAFC
AA
3.04:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #1D66AF;
}
.text-color {
color: #1D66AF;
}
.border-color {
border: 2px solid #1D66AF;
}