#1649DB
A medium, vivid blue closely aligning with Mediumslateblue.
About #1649DB
The hex code #1649DB represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Mediumslateblue. This translates to an RGB value of rgb(22, 73, 219).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 90% cyan and 67% magenta inks. The HSL representation is 224.5° hue, 81.7% saturation, and 47.3% lightness.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1649DB
RGB22, 73, 219
HSL224.5°, 81.7%, 47.3%
CMYK90%, 67%, 0%, 14%
HSV224.5°, 90.0%, 85.9%
LAB37.9, 40.7, -78.1
XYZ15.5, 10.1, 68.1
Decimal1460699
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.98:1
Text on #FFFFFF
AA
3.01:1
Text on #000000
AA Large
6.67:1
Text on #F8FAFC
AA
2.56:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1649DB;
}
.text-color {
color: #1649DB;
}
.border-color {
border: 2px solid #1649DB;
}