#507CA0
A medium, moderate blue closely aligning with Steelblue.
About #507CA0
When working with digital screens, the color #507CA0 is rendered by mixing light. Designers often compare it to the standard color Steelblue. This translates to an RGB value of rgb(80, 124, 160).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 50% cyan, 22% magenta, 0% yellow, and 37% black. With a hue angle of 207.0 degrees, it sits comfortably in the blue spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#507CA0
RGB80, 124, 160
HSL207.0°, 33.3%, 47.1%
CMYK50%, 22%, 0%, 37%
HSV207.0°, 50.0%, 62.7%
LAB50.3, -4.8, -24.0
XYZ16.9, 18.7, 36.0
Decimal5274784
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.44:1
Text on #FFFFFF
AA Large
4.73:1
Text on #000000
AA
4.24:1
Text on #F8FAFC
AA Large
4.02:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #507CA0;
}
.text-color {
color: #507CA0;
}
.border-color {
border: 2px solid #507CA0;
}