#505FC5
A medium, moderate blue closely aligning with Royalblue.
About #505FC5
Visually, #505FC5 is defined as a moderate blue. If you're using CSS, you might find it aligns closely with Royalblue. This translates to an RGB value of rgb(80, 95, 197).
Translating this color to physical media requires the CMYK color model. The color uses 59% Cyan, 52% Magenta, 0% Yellow, and 23% Black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#505FC5
RGB80, 95, 197
HSL232.3°, 50.2%, 54.3%
CMYK59%, 52%, 0%, 23%
HSV232.3°, 59.4%, 77.3%
LAB44.1, 25.2, -55.2
XYZ17.5, 13.9, 54.6
Decimal5267397
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.55:1
Text on #FFFFFF
AA
3.78:1
Text on #000000
AA Large
5.30:1
Text on #F8FAFC
AA
3.22:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #505FC5;
}
.text-color {
color: #505FC5;
}
.border-color {
border: 2px solid #505FC5;
}