#1D33E2
A medium, vivid blue closely aligning with Mediumblue.
About #1D33E2
The hex code #1D33E2 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, 51 green, and 226 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 87% C, 77% M, 0% Y, and 11% K. The HSL representation is 233.3° 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1D33E2
RGB29, 51, 226
HSL233.3°, 77.3%, 50.0%
CMYK87%, 77%, 0%, 11%
HSV233.3°, 87.2%, 88.6%
LAB34.2, 56.2, -88.2
XYZ15.4, 8.1, 72.7
Decimal1913826
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.00:1
Text on #FFFFFF
AAA
2.62:1
Text on #000000
FAIL
7.65:1
Text on #F8FAFC
AAA
2.23:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D33E2;
}
.text-color {
color: #1D33E2;
}
.border-color {
border: 2px solid #1D33E2;
}