#3375F0
A medium, vivid blue closely aligning with Royalblue.
About #3375F0
At its core, #3375F0 is a medium and vivid hue. Its closest recognized web color is Royalblue. To achieve this exact tint on a monitor, you would use an RGB mix of 51, 117, and 240.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 79% C, 51% M, 0% Y, and 6% K. The HSL representation is 219.0° hue, 86.3% saturation, and 57.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3375F0
RGB51, 117, 240
HSL219.0°, 86.3%, 57.1%
CMYK79%, 51%, 0%, 6%
HSV219.0°, 78.8%, 94.1%
LAB51.5, 22.6, -67.8
XYZ23.5, 19.7, 85.0
Decimal3372528
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.25:1
Text on #FFFFFF
AA Large
4.94:1
Text on #000000
AA
4.06:1
Text on #F8FAFC
AA Large
4.20:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #3375F0;
}
.text-color {
color: #3375F0;
}
.border-color {
border: 2px solid #3375F0;
}