#1D99D3
A medium, vivid blue closely aligning with Steelblue.
About #1D99D3
The hex code #1D99D3 represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Steelblue. Its digital footprint relies on 29 parts red, 153 parts green, and 211 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 86% Cyan, 27% Magenta, 0% Yellow, and 17% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1D99D3
RGB29, 153, 211
HSL199.1°, 75.8%, 47.1%
CMYK86%, 27%, 0%, 17%
HSV199.1°, 86.3%, 82.7%
LAB59.7, -11.6, -38.6
XYZ23.7, 27.7, 65.7
Decimal1939923
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.21:1
Text on #FFFFFF
AA Large
6.55:1
Text on #000000
AA
3.06:1
Text on #F8FAFC
AA Large
5.57:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #1D99D3;
}
.text-color {
color: #1D99D3;
}
.border-color {
border: 2px solid #1D99D3;
}