#1D2CE2
A medium, vivid blue closely aligning with Mediumblue.
About #1D2CE2
The precise color #1D2CE2 is an excellent choice for modern design projects. Designers often compare it to the standard color Mediumblue. In the RGB color space, it consists of 29 red, 44 green, and 226 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 87% cyan, 81% magenta, 0% yellow, and 11% black. The HSL representation is 235.4° hue, 77.3% saturation, and 50.0% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#1D2CE2
RGB29, 44, 226
HSL235.4°, 77.3%, 50.0%
CMYK87%, 81%, 0%, 11%
HSV235.4°, 87.2%, 88.6%
LAB33.0, 59.6, -90.2
XYZ15.1, 7.6, 72.6
Decimal1912034
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.36:1
Text on #FFFFFF
AAA
2.51:1
Text on #000000
FAIL
7.99:1
Text on #F8FAFC
AAA
2.13:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D2CE2;
}
.text-color {
color: #1D2CE2;
}
.border-color {
border: 2px solid #1D2CE2;
}