#5024F8
A medium, vivid blue closely aligning with Mediumblue.
About #5024F8
At its core, #5024F8 is a medium and vivid hue. It is closely associated with the named CSS color Mediumblue. Its digital footprint relies on 80 parts red, 36 parts green, and 248 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 68% C, 85% M, 0% Y, and 3% K. With a hue angle of 252.5 degrees, it sits comfortably in the blue spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5024F8
RGB80, 36, 248
HSL252.5°, 93.8%, 55.7%
CMYK68%, 85%, 0%, 3%
HSV252.5°, 85.5%, 97.3%
LAB37.4, 71.6, -95.4
XYZ20.9, 9.7, 89.6
Decimal5252344
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.12:1
Text on #FFFFFF
AAA
2.95:1
Text on #000000
FAIL
6.81:1
Text on #F8FAFC
AA
2.51:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5024F8;
}
.text-color {
color: #5024F8;
}
.border-color {
border: 2px solid #5024F8;
}