#1D49DB
A medium, vivid blue closely aligning with Mediumslateblue.
About #1D49DB
At its core, #1D49DB is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Mediumslateblue. In the RGB color space, it consists of 29 red, 73 green, and 219 blue.
Translating this color to physical media requires the CMYK color model. The color uses 87% Cyan, 67% Magenta, 0% Yellow, and 14% Black. With a hue angle of 226.1 degrees, it sits comfortably in the blue spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1D49DB
RGB29, 73, 219
HSL226.1°, 76.6%, 48.6%
CMYK87%, 67%, 0%, 14%
HSV226.1°, 86.8%, 85.9%
LAB38.1, 41.0, -77.8
XYZ15.7, 10.1, 68.1
Decimal1919451
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.93:1
Text on #FFFFFF
AA
3.03:1
Text on #000000
AA Large
6.63:1
Text on #F8FAFC
AA
2.57:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D49DB;
}
.text-color {
color: #1D49DB;
}
.border-color {
border: 2px solid #1D49DB;
}