#1650B6
A medium, vivid blue closely aligning with Royalblue.
About #1650B6
At its core, #1650B6 is a medium and vivid hue. Designers often compare it to the standard color Royalblue. This translates to an RGB value of rgb(22, 80, 182).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 88% cyan and 56% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#1650B6
RGB22, 80, 182
HSL218.3°, 78.4%, 40.0%
CMYK88%, 56%, 0%, 29%
HSV218.3°, 87.9%, 71.4%
LAB36.5, 21.9, -58.9
XYZ11.6, 9.3, 45.4
Decimal1462454
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.35:1
Text on #FFFFFF
AAA
2.86:1
Text on #000000
FAIL
7.03:1
Text on #F8FAFC
AAA
2.43:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1650B6;
}
.text-color {
color: #1650B6;
}
.border-color {
border: 2px solid #1650B6;
}