#1D07CC
A medium, vivid blue closely aligning with Mediumblue.
About #1D07CC
At its core, #1D07CC is a medium and vivid hue. It is closely associated with the named CSS color Mediumblue. To achieve this exact tint on a monitor, you would use an RGB mix of 29, 7, and 204.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 86% Cyan, 97% Magenta, 0% Yellow, and 20% Black. With a hue angle of 246.7 degrees, it sits comfortably in the blue spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#1D07CC
RGB29, 7, 204
HSL246.7°, 93.4%, 41.4%
CMYK86%, 97%, 0%, 20%
HSV246.7°, 96.6%, 80.0%
LAB26.1, 65.8, -89.1
XYZ11.5, 4.8, 57.4
Decimal1902540
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.74:1
Text on #FFFFFF
AAA
1.95:1
Text on #000000
FAIL
10.27:1
Text on #F8FAFC
AAA
1.66:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D07CC;
}
.text-color {
color: #1D07CC;
}
.border-color {
border: 2px solid #1D07CC;
}