#1D2CF8
A medium, vivid blue closely aligning with Mediumblue.
About #1D2CF8
At its core, #1D2CF8 is a medium and vivid hue. Its closest recognized web color is Mediumblue. To achieve this exact tint on a monitor, you would use an RGB mix of 29, 44, and 248.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 88% C, 82% M, 0% Y, and 3% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#1D2CF8
RGB29, 44, 248
HSL235.9°, 94.0%, 54.3%
CMYK88%, 82%, 0%, 3%
HSV235.9°, 88.3%, 97.3%
LAB35.7, 66.3, -98.3
XYZ18.4, 8.8, 89.5
Decimal1912056
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.59:1
Text on #FFFFFF
AAA
2.77:1
Text on #000000
FAIL
7.25:1
Text on #F8FAFC
AAA
2.35:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D2CF8;
}
.text-color {
color: #1D2CF8;
}
.border-color {
border: 2px solid #1D2CF8;
}