#1D99F0
A medium, vivid blue closely aligning with Cornflowerblue.
About #1D99F0
Visually, #1D99F0 is defined as a vivid blue. Its closest recognized web color is Cornflowerblue. This translates to an RGB value of rgb(29, 153, 240).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 88% C, 36% M, 0% Y, and 6% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1D99F0
RGB29, 153, 240
HSL204.7°, 87.6%, 52.7%
CMYK88%, 36%, 0%, 6%
HSV204.7°, 87.9%, 94.1%
LAB61.1, -1.0, -52.4
XYZ27.6, 29.3, 86.6
Decimal1939952
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.06:1
Text on #FFFFFF
AA Large
6.87:1
Text on #000000
AA
2.92:1
Text on #F8FAFC
FAIL
5.84:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #1D99F0;
}
.text-color {
color: #1D99F0;
}
.border-color {
border: 2px solid #1D99F0;
}