Shades of Blue #020EFF
Tints of Blue #020EFF
RGB
CMYK
RGB Variations
Color information
#020EFF (or 0x020EFF) is known color: Blue. HEX triplet: 02, 0E and FF. RGB value is (2,14,255). Sum of RGB (Red+Green+Blue) = 2+14+255=271 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 271); Green value is 14 (5.86% from 255 or 5.17% from 271); Blue value is 255 (100% from 255 or 94.10% from 271); Max value from RGB is 255 - color contains mainly: blue. Hex color #020EFF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #020EFF is #FDF100. Grayscale: #242424. Windows color (decimal): -16642305 or 16715266. OLE color: 16715266.
HSL color Cylindrical-coordinate representation of color #020EFF: hue angle of 237.15º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020EFF is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 14 | 255 | - |
| CMYK | 0.99 | 0.95 | 0 | 0 |
| HSL | 237.15º | 1% | 0.5% | - |
| HSV(B) | 237.15º | 0.99% | 1% | - |
| XYZ | 18.23 | 7.55 | 95.1 | - |
| YUV | 37.89 | 250.52 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 14 | 255 | 0.99 | 0.95 | 0 | 0 | 237.15 | 1 | 0.5 |
| Hex | 2 | E | FF | 63 | 5F | 0 | 0 | ED | 64 | 32 |
| Octal | 2 | 16 | 377 | 143 | 137 | 0 | 0 | 355 | 144 | 62 |
| Binary | 10 | 1110 | 11111111 | 1100011 | 1011111 | 0 | 0 | 11101101 | 1100100 | 110010 |
Color Harmonies of #020EFF
Complementary color
Monochromatic Colors of #020EFF
Black with #020EFF
Text Example
Text Example
White with #020EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020EFF; }
p { color: rgb(2,14,255); }
H1.HeaderClassName
{
color: #020EFF;
}
.AnyTagClassName
{
color: #020EFF;
}
</style>
background-color css
<style>
a { background-color: #020EFF; }
a { background-color: rgb(2,14,255); }
div.DivClassName
{
background-color: #020EFF;
}
.BgClassName
{
background-color: #020EFF;
}
</style>
border-color css
<style>
span { border-color: #020EFF; }
span { border-color: rgb(2,14,255); }
td.TdClassName
{
border-color: #020EFF;
}
.TagClassName
{
border-color: #020EFF;
}
</style>