#1D99FF
A medium, vivid blue closely aligning with Dodgerblue.
About #1D99FF
At its core, #1D99FF is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Dodgerblue. To achieve this exact tint on a monitor, you would use an RGB mix of 29, 153, and 255.
If you are designing for print, the four-color process is what matters most. The color uses 89% Cyan, 40% Magenta, 0% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1D99FF
RGB29, 153, 255
HSL207.1°, 100.0%, 55.7%
CMYK89%, 40%, 0%, 0%
HSV207.1°, 88.6%, 100.0%
LAB61.9, 4.5, -59.4
XYZ29.9, 30.3, 98.9
Decimal1939967
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.98:1
Text on #FFFFFF
FAIL
7.05:1
Text on #000000
AAA
2.85:1
Text on #F8FAFC
FAIL
6.00:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #1D99FF;
}
.text-color {
color: #1D99FF;
}
.border-color {
border: 2px solid #1D99FF;
}