#1D0FE9
A medium, vivid blue closely aligning with Mediumblue.
About #1D0FE9
The hex code #1D0FE9 represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Mediumblue. This translates to an RGB value of rgb(29, 15, 233).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 88% C, 94% M, 0% Y, and 9% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1D0FE9
RGB29, 15, 233
HSL243.9°, 87.9%, 48.6%
CMYK88%, 94%, 0%, 9%
HSV243.9°, 93.6%, 91.4%
LAB30.6, 71.6, -98.2
XYZ15.4, 6.5, 77.5
Decimal1904617
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.14:1
Text on #FFFFFF
AAA
2.30:1
Text on #000000
FAIL
8.74:1
Text on #F8FAFC
AAA
1.95:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D0FE9;
}
.text-color {
color: #1D0FE9;
}
.border-color {
border: 2px solid #1D0FE9;
}