#1D07E9
A medium, vivid blue closely aligning with Mediumblue.
About #1D07E9
The hex code #1D07E9 represents a beautifully specific shade of blue. Designers often compare it to the standard color Mediumblue. In the RGB color space, it consists of 29 red, 7 green, and 233 blue.
Translating this color to physical media requires the CMYK color model. The color uses 88% Cyan, 97% Magenta, 0% Yellow, and 9% Black. The HSL representation is 245.8° hue, 94.2% saturation, and 47.1% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1D07E9
RGB29, 7, 233
HSL245.8°, 94.2%, 47.1%
CMYK88%, 97%, 0%, 9%
HSV245.8°, 97.0%, 91.4%
LAB30.1, 73.0, -99.0
XYZ15.3, 6.3, 77.5
Decimal1902569
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.30:1
Text on #FFFFFF
AAA
2.26:1
Text on #000000
FAIL
8.88:1
Text on #F8FAFC
AAA
1.92:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D07E9;
}
.text-color {
color: #1D07E9;
}
.border-color {
border: 2px solid #1D07E9;
}