#0000F0
A medium, vivid blue closely aligning with Blue.
About #0000F0
The hex code #0000F0 represents a beautifully specific shade of blue. Designers often compare it to the standard color Blue. In the RGB color space, it consists of 0 red, 0 green, and 240 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 100% C, 100% M, 0% Y, and 6% K. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0000F0
RGB0, 0, 240
HSL240.0°, 100.0%, 47.1%
CMYK100%, 100%, 0%, 6%
HSV240.0°, 100.0%, 94.1%
LAB30.1, 75.6, -103.0
XYZ15.7, 6.3, 82.8
Decimal240
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.30:1
Text on #FFFFFF
AAA
2.26:1
Text on #000000
FAIL
8.89:1
Text on #F8FAFC
AAA
1.92:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0000F0;
}
.text-color {
color: #0000F0;
}
.border-color {
border: 2px solid #0000F0;
}