#1D07DB
A medium, vivid blue closely aligning with Mediumblue.
About #1D07DB
When working with digital screens, the color #1D07DB is rendered by mixing light. Its closest recognized web color is Mediumblue. This translates to an RGB value of rgb(29, 7, 219).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 87% cyan and 97% magenta inks. The HSL representation is 246.2° hue, 93.8% saturation, and 44.3% lightness.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1D07DB
RGB29, 7, 219
HSL246.2°, 93.8%, 44.3%
CMYK87%, 97%, 0%, 14%
HSV246.2°, 96.8%, 85.9%
LAB28.2, 69.6, -94.2
XYZ13.4, 5.5, 67.4
Decimal1902555
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.97:1
Text on #FFFFFF
AAA
2.11:1
Text on #000000
FAIL
9.53:1
Text on #F8FAFC
AAA
1.79:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D07DB;
}
.text-color {
color: #1D07DB;
}
.border-color {
border: 2px solid #1D07DB;
}