#1D3ADB
A medium, vivid blue closely aligning with Mediumblue.
About #1D3ADB
At its core, #1D3ADB is a medium and vivid hue. Its closest recognized web color is Mediumblue. This translates to an RGB value of rgb(29, 58, 219).
For print applications, it's crucial to understand its CMYK makeup. The color uses 87% Cyan, 74% Magenta, 0% Yellow, and 14% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1D3ADB
RGB29, 58, 219
HSL230.8°, 76.6%, 48.6%
CMYK87%, 74%, 0%, 14%
HSV230.8°, 86.8%, 85.9%
LAB34.8, 50.0, -83.2
XYZ14.8, 8.4, 67.9
Decimal1915611
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.83:1
Text on #FFFFFF
AAA
2.68:1
Text on #000000
FAIL
7.49:1
Text on #F8FAFC
AAA
2.28:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D3ADB;
}
.text-color {
color: #1D3ADB;
}
.border-color {
border: 2px solid #1D3ADB;
}