#1D7CE9
A medium, vivid blue closely aligning with Dodgerblue.
About #1D7CE9
The hex code #1D7CE9 represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Dodgerblue. Its digital footprint relies on 29 parts red, 124 parts green, and 233 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 88% Cyan, 47% Magenta, 0% Yellow, and 9% Black. The HSL representation is 212.1° hue, 82.3% saturation, and 51.4% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1D7CE9
RGB29, 124, 233
HSL212.1°, 82.3%, 51.4%
CMYK88%, 47%, 0%, 9%
HSV212.1°, 87.6%, 91.4%
LAB52.5, 13.8, -62.3
XYZ22.4, 20.6, 79.9
Decimal1932521
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.11:1
Text on #FFFFFF
AA Large
5.11:1
Text on #000000
AA
3.93:1
Text on #F8FAFC
AA Large
4.35:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #1D7CE9;
}
.text-color {
color: #1D7CE9;
}
.border-color {
border: 2px solid #1D7CE9;
}