#1D07C5
A medium, vivid blue closely aligning with Mediumblue.
About #1D07C5
The precise color #1D07C5 is an excellent choice for modern design projects. It is closely associated with the named CSS color Mediumblue. In the RGB color space, it consists of 29 red, 7 green, and 197 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 85% Cyan, 96% Magenta, 0% Yellow, and 23% Black. 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1D07C5
RGB29, 7, 197
HSL246.9°, 93.1%, 40.0%
CMYK85%, 96%, 0%, 23%
HSV246.9°, 96.4%, 77.3%
LAB25.1, 64.0, -86.6
XYZ10.7, 4.4, 53.1
Decimal1902533
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.12:1
Text on #FFFFFF
AAA
1.89:1
Text on #000000
FAIL
10.63:1
Text on #F8FAFC
AAA
1.61:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D07C5;
}
.text-color {
color: #1D07C5;
}
.border-color {
border: 2px solid #1D07C5;
}