#1D1DC5
A medium, vivid blue closely aligning with Mediumblue.
About #1D1DC5
Visually, #1D1DC5 is defined as a vivid blue. Its closest recognized web color is Mediumblue. To achieve this exact tint on a monitor, you would use an RGB mix of 29, 29, and 197.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 85% C, 85% M, 0% Y, and 23% K. The HSL representation is 240.0° hue, 74.3% saturation, and 44.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#1D1DC5
RGB29, 29, 197
HSL240.0°, 74.3%, 44.3%
CMYK85%, 85%, 0%, 23%
HSV240.0°, 85.3%, 77.3%
LAB27.2, 57.6, -83.1
XYZ11.0, 5.2, 53.2
Decimal1908165
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.32:1
Text on #FFFFFF
AAA
2.03:1
Text on #000000
FAIL
9.87:1
Text on #F8FAFC
AAA
1.73:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D1DC5;
}
.text-color {
color: #1D1DC5;
}
.border-color {
border: 2px solid #1D1DC5;
}