#5066C5
A medium, moderate blue closely aligning with Royalblue.
About #5066C5
Visually, #5066C5 is defined as a moderate blue. If you're using CSS, you might find it aligns closely with Royalblue. In the RGB color space, it consists of 80 red, 102 green, and 197 blue.
Translating this color to physical media requires the CMYK color model. The color uses 59% Cyan, 48% Magenta, 0% Yellow, and 23% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#5066C5
RGB80, 102, 197
HSL228.7°, 50.2%, 54.3%
CMYK59%, 48%, 0%, 23%
HSV228.7°, 59.4%, 77.3%
LAB46.0, 20.8, -52.3
XYZ18.1, 15.2, 54.8
Decimal5269189
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.19:1
Text on #FFFFFF
AA
4.05:1
Text on #000000
AA Large
4.96:1
Text on #F8FAFC
AA
3.44:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5066C5;
}
.text-color {
color: #5066C5;
}
.border-color {
border: 2px solid #5066C5;
}