#1D7CE2
A medium, vivid blue closely aligning with Dodgerblue.
About #1D7CE2
The hex code #1D7CE2 represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Dodgerblue. This translates to an RGB value of rgb(29, 124, 226).
For print applications, it's crucial to understand its CMYK makeup. The color uses 87% Cyan, 45% Magenta, 0% Yellow, and 11% Black. The HSL representation is 211.1° hue, 77.3% saturation, and 50.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#1D7CE2
RGB29, 124, 226
HSL211.1°, 77.3%, 50.0%
CMYK87%, 45%, 0%, 11%
HSV211.1°, 87.2%, 88.6%
LAB52.0, 11.2, -59.1
XYZ21.4, 20.2, 74.7
Decimal1932514
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.17:1
Text on #FFFFFF
AA Large
5.03:1
Text on #000000
AA
3.99:1
Text on #F8FAFC
AA Large
4.28:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #1D7CE2;
}
.text-color {
color: #1D7CE2;
}
.border-color {
border: 2px solid #1D7CE2;
}