#2450B6
A medium, moderate blue closely aligning with Royalblue.
About #2450B6
At its core, #2450B6 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Royalblue. In the RGB color space, it consists of 36 red, 80 green, and 182 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 80% cyan and 56% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2450B6
RGB36, 80, 182
HSL221.9°, 67.0%, 42.7%
CMYK80%, 56%, 0%, 29%
HSV221.9°, 80.2%, 71.4%
LAB36.9, 23.0, -58.2
XYZ12.0, 9.5, 45.5
Decimal2379958
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.25:1
Text on #FFFFFF
AAA
2.90:1
Text on #000000
FAIL
6.93:1
Text on #F8FAFC
AA
2.46:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2450B6;
}
.text-color {
color: #2450B6;
}
.border-color {
border: 2px solid #2450B6;
}