#506DCC
A medium, moderate blue closely aligning with Royalblue.
About #506DCC
The precise color #506DCC is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Royalblue. This translates to an RGB value of rgb(80, 109, 204).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 61% cyan, 47% magenta, 0% yellow, and 20% black. The HSL representation is 226.0° hue, 54.9% saturation, and 55.7% lightness.
Contrast ratios determine whether this color is safe for typography. 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#506DCC
RGB80, 109, 204
HSL226.0°, 54.9%, 55.7%
CMYK61%, 47%, 0%, 20%
HSV226.0°, 60.8%, 80.0%
LAB48.3, 18.8, -52.6
XYZ19.7, 17.0, 59.4
Decimal5270988
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.77:1
Text on #FFFFFF
AA
4.40:1
Text on #000000
AA Large
4.56:1
Text on #F8FAFC
AA
3.74:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #506DCC;
}
.text-color {
color: #506DCC;
}
.border-color {
border: 2px solid #506DCC;
}