#1D00E2
A medium, vivid blue closely aligning with Mediumblue.
About #1D00E2
The hex code #1D00E2 represents a beautifully specific shade of blue. Designers often compare it to the standard color Mediumblue. To achieve this exact tint on a monitor, you would use an RGB mix of 29, 0, and 226.
If you are designing for print, the four-color process is what matters most. The color uses 87% Cyan, 100% Magenta, 0% Yellow, and 11% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1D00E2
RGB29, 0, 226
HSL247.7°, 100.0%, 44.3%
CMYK87%, 100%, 0%, 11%
HSV247.7°, 100.0%, 88.6%
LAB28.8, 72.5, -97.3
XYZ14.2, 5.8, 72.3
Decimal1900770
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.77:1
Text on #FFFFFF
AAA
2.15:1
Text on #000000
FAIL
9.33:1
Text on #F8FAFC
AAA
1.83:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D00E2;
}
.text-color {
color: #1D00E2;
}
.border-color {
border: 2px solid #1D00E2;
}