#330FF0
A medium, vivid blue closely aligning with Blue.
About #330FF0
When working with digital screens, the color #330FF0 is rendered by mixing light. Its closest recognized web color is Blue. In the RGB color space, it consists of 51 red, 15 green, and 240 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 79% cyan, 94% magenta, 0% yellow, and 6% black. With a hue angle of 249.6 degrees, it sits comfortably in the blue spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#330FF0
RGB51, 15, 240
HSL249.6°, 88.2%, 50.0%
CMYK79%, 94%, 0%, 6%
HSV249.6°, 93.8%, 94.1%
LAB32.6, 73.8, -98.9
XYZ17.3, 7.3, 82.9
Decimal3346416
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.51:1
Text on #FFFFFF
AAA
2.47:1
Text on #000000
FAIL
8.13:1
Text on #F8FAFC
AAA
2.10:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #330FF0;
}
.text-color {
color: #330FF0;
}
.border-color {
border: 2px solid #330FF0;
}