#246DE2
A medium, vivid blue closely aligning with Royalblue.
About #246DE2
At its core, #246DE2 is a medium and vivid hue. It is closely associated with the named CSS color Royalblue. To achieve this exact tint on a monitor, you would use an RGB mix of 36, 109, and 226.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 84% C, 52% M, 0% Y, and 11% K. With a hue angle of 216.9 degrees, it sits comfortably in the blue spectrum.
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#246DE2
RGB36, 109, 226
HSL216.9°, 76.6%, 51.4%
CMYK84%, 52%, 0%, 11%
HSV216.9°, 84.1%, 88.6%
LAB48.0, 21.1, -65.6
XYZ19.9, 16.8, 74.1
Decimal2387426
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.82:1
Text on #FFFFFF
AA
4.36:1
Text on #000000
AA Large
4.60:1
Text on #F8FAFC
AA
3.71:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #246DE2;
}
.text-color {
color: #246DE2;
}
.border-color {
border: 2px solid #246DE2;
}