Shades of Blue #020EEF
Tints of Blue #020EEF
RGB
CMYK
RGB Variations
Color information
#020EEF (or 0x020EEF) is known color: Blue. HEX triplet: 02, 0E and EF. RGB value is (2,14,239). Sum of RGB (Red+Green+Blue) = 2+14+239=255 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 255); Green value is 14 (5.86% from 255 or 5.49% from 255); Blue value is 239 (93.75% from 255 or 93.73% from 255); Max value from RGB is 239 - color contains mainly: blue. Hex color #020EEF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #020EEF is #FDF110. Grayscale: #232323. Windows color (decimal): -16642321 or 15666690. OLE color: 15666690.
HSL color Cylindrical-coordinate representation of color #020EEF: hue angle of 236.96º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020EEF is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 2 | 14 | 239 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.06 |
| HSL | 236.96º | 0.98% | 0.47% | - |
| HSV(B) | 236.96º | 0.99% | 0.94% | - |
| XYZ | 15.76 | 6.56 | 82.1 | - |
| YUV | 36.06 | 242.52 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 14 | 239 | 0.99 | 0.94 | 0 | 0.06 | 236.96 | 0.98 | 0.47 |
| Hex | 2 | E | EF | 63 | 5E | 0 | 6 | ED | 62 | 2F |
| Octal | 2 | 16 | 357 | 143 | 136 | 0 | 6 | 355 | 142 | 57 |
| Binary | 10 | 1110 | 11101111 | 1100011 | 1011110 | 0 | 110 | 11101101 | 1100010 | 101111 |
Color Harmonies of #020EEF
Complementary color
Monochromatic Colors of #020EEF
Black with #020EEF
Text Example
Text Example
White with #020EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020EEF; }
p { color: rgb(2,14,239); }
H1.HeaderClassName
{
color: #020EEF;
}
.AnyTagClassName
{
color: #020EEF;
}
</style>
background-color css
<style>
a { background-color: #020EEF; }
a { background-color: rgb(2,14,239); }
div.DivClassName
{
background-color: #020EEF;
}
.BgClassName
{
background-color: #020EEF;
}
</style>
border-color css
<style>
span { border-color: #020EEF; }
span { border-color: rgb(2,14,239); }
td.TdClassName
{
border-color: #020EEF;
}
.TagClassName
{
border-color: #020EEF;
}
</style>