Shades of Blue #020BEC
Tints of Blue #020BEC
RGB
CMYK
RGB Variations
Color information
#020BEC (or 0x020BEC) is known color: Blue. HEX triplet: 02, 0B and EC. RGB value is (2,11,236). Sum of RGB (Red+Green+Blue) = 2+11+236=249 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 249); Green value is 11 (4.69% from 255 or 4.42% from 249); Blue value is 236 (92.58% from 255 or 94.78% from 249); Max value from RGB is 236 - color contains mainly: blue. Hex color #020BEC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #020BEC is #FDF413. Grayscale: #212121. Windows color (decimal): -16643092 or 15469314. OLE color: 15469314.
HSL color Cylindrical-coordinate representation of color #020BEC: hue angle of 237.69º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020BEC is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 11 | 236 | - |
| CMYK | 0.99 | 0.95 | 0 | 0.07 |
| HSL | 237.69º | 0.98% | 0.47% | - |
| HSV(B) | 237.69º | 0.99% | 0.93% | - |
| XYZ | 15.29 | 6.31 | 79.77 | - |
| YUV | 33.96 | 242.02 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 11 | 236 | 0.99 | 0.95 | 0 | 0.07 | 237.69 | 0.98 | 0.47 |
| Hex | 2 | B | EC | 63 | 5F | 0 | 7 | EE | 62 | 2F |
| Octal | 2 | 13 | 354 | 143 | 137 | 0 | 7 | 356 | 142 | 57 |
| Binary | 10 | 1011 | 11101100 | 1100011 | 1011111 | 0 | 111 | 11101110 | 1100010 | 101111 |
Color Harmonies of #020BEC
Complementary color
Monochromatic Colors of #020BEC
Black with #020BEC
Text Example
Text Example
White with #020BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020BEC; }
p { color: rgb(2,11,236); }
H1.HeaderClassName
{
color: #020BEC;
}
.AnyTagClassName
{
color: #020BEC;
}
</style>
background-color css
<style>
a { background-color: #020BEC; }
a { background-color: rgb(2,11,236); }
div.DivClassName
{
background-color: #020BEC;
}
.BgClassName
{
background-color: #020BEC;
}
</style>
border-color css
<style>
span { border-color: #020BEC; }
span { border-color: rgb(2,11,236); }
td.TdClassName
{
border-color: #020BEC;
}
.TagClassName
{
border-color: #020BEC;
}
</style>