#1D1DE2
A medium, vivid blue closely aligning with Mediumblue.
About #1D1DE2
When working with digital screens, the color #1D1DE2 is rendered by mixing light. Its closest recognized web color is Mediumblue. To achieve this exact tint on a monitor, you would use an RGB mix of 29, 29, and 226.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 87% C, 87% M, 0% Y, and 11% K. With a hue angle of 240.0 degrees, it sits comfortably in the blue spectrum.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1D1DE2
RGB29, 29, 226
HSL240.0°, 77.3%, 50.0%
CMYK87%, 87%, 0%, 11%
HSV240.0°, 87.2%, 88.6%
LAB31.0, 65.8, -93.7
XYZ14.7, 6.6, 72.5
Decimal1908194
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.03:1
Text on #FFFFFF
AAA
2.33:1
Text on #000000
FAIL
8.63:1
Text on #F8FAFC
AAA
1.98:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D1DE2;
}
.text-color {
color: #1D1DE2;
}
.border-color {
border: 2px solid #1D1DE2;
}