#1D49D3
A medium, vivid blue closely aligning with Mediumslateblue.
About #1D49D3
The precise color #1D49D3 is an excellent choice for modern design projects. Its closest recognized web color is Mediumslateblue. In the RGB color space, it consists of 29 red, 73 green, and 211 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 86% Cyan, 65% Magenta, 0% Yellow, and 17% Black. The HSL representation is 225.5° hue, 75.8% saturation, and 47.1% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1D49D3
RGB29, 73, 211
HSL225.5°, 75.8%, 47.1%
CMYK86%, 65%, 0%, 17%
HSV225.5°, 86.3%, 82.7%
LAB37.4, 38.1, -74.4
XYZ14.6, 9.7, 62.7
Decimal1919443
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.13:1
Text on #FFFFFF
AAA
2.95:1
Text on #000000
FAIL
6.81:1
Text on #F8FAFC
AA
2.50:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D49D3;
}
.text-color {
color: #1D49D3;
}
.border-color {
border: 2px solid #1D49D3;
}