#2450F0
A medium, vivid blue closely aligning with Mediumslateblue.
About #2450F0
At its core, #2450F0 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Mediumslateblue. Its digital footprint relies on 36 parts red, 80 parts green, and 240 parts blue light.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 85% cyan, 67% magenta, 0% yellow, and 6% black. The HSL representation is 227.1° hue, 87.2% saturation, and 54.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#2450F0
RGB36, 80, 240
HSL227.1°, 87.2%, 54.1%
CMYK85%, 67%, 0%, 6%
HSV227.1°, 85.0%, 94.1%
LAB41.9, 44.7, -83.6
XYZ19.3, 12.4, 83.8
Decimal2380016
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.03:1
Text on #FFFFFF
AA
3.48:1
Text on #000000
AA Large
5.77:1
Text on #F8FAFC
AA
2.96:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2450F0;
}
.text-color {
color: #2450F0;
}
.border-color {
border: 2px solid #2450F0;
}