#508AE9
A light, vivid blue closely aligning with Cornflowerblue.
About #508AE9
Visually, #508AE9 is defined as a vivid blue. Designers often compare it to the standard color Cornflowerblue. In the RGB color space, it consists of 80 red, 138 green, and 233 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 66% cyan, 41% magenta, 0% yellow, and 9% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#508AE9
RGB80, 138, 233
HSL217.3°, 77.7%, 61.4%
CMYK66%, 41%, 0%, 9%
HSV217.3°, 65.7%, 91.4%
LAB57.8, 10.9, -53.7
XYZ27.1, 25.8, 80.6
Decimal5278441
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.41:1
Text on #FFFFFF
AA Large
6.15:1
Text on #000000
AA
3.26:1
Text on #F8FAFC
AA Large
5.23:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #508AE9;
}
.text-color {
color: #508AE9;
}
.border-color {
border: 2px solid #508AE9;
}