#2450F8
A medium, vivid blue closely aligning with Mediumslateblue.
About #2450F8
At its core, #2450F8 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Mediumslateblue. This translates to an RGB value of rgb(36, 80, 248).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 85% cyan, 68% magenta, 0% yellow, and 3% black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#2450F8
RGB36, 80, 248
HSL227.5°, 93.8%, 55.7%
CMYK85%, 68%, 0%, 3%
HSV227.5°, 85.5%, 97.3%
LAB42.6, 47.5, -86.8
XYZ20.5, 12.9, 90.2
Decimal2380024
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.87:1
Text on #FFFFFF
AA
3.58:1
Text on #000000
AA Large
5.61:1
Text on #F8FAFC
AA
3.04:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #2450F8;
}
.text-color {
color: #2450F8;
}
.border-color {
border: 2px solid #2450F8;
}