Shades of Blue #020BE6
Tints of Blue #020BE6
RGB
CMYK
RGB Variations
Color information
#020BE6 (or 0x020BE6) is known color: Blue. HEX triplet: 02, 0B and E6. RGB value is (2,11,230). Sum of RGB (Red+Green+Blue) = 2+11+230=243 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 243); Green value is 11 (4.69% from 255 or 4.53% from 243); Blue value is 230 (90.23% from 255 or 94.65% from 243); Max value from RGB is 230 - color contains mainly: blue. Hex color #020BE6 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #020BE6 is #FDF419. Grayscale: #202020. Windows color (decimal): -16643098 or 15076098. OLE color: 15076098.
HSL color Cylindrical-coordinate representation of color #020BE6: hue angle of 237.63º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020BE6 is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 2 | 11 | 230 | - |
| CMYK | 0.99 | 0.95 | 0 | 0.10 |
| HSL | 237.63º | 0.98% | 0.45% | - |
| HSV(B) | 237.63º | 0.99% | 0.9% | - |
| XYZ | 14.43 | 5.97 | 75.25 | - |
| YUV | 33.28 | 239.02 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 11 | 230 | 0.99 | 0.95 | 0 | 0.10 | 237.63 | 0.98 | 0.45 |
| Hex | 2 | B | E6 | 63 | 5F | 0 | A | EE | 62 | 2D |
| Octal | 2 | 13 | 346 | 143 | 137 | 0 | 12 | 356 | 142 | 55 |
| Binary | 10 | 1011 | 11100110 | 1100011 | 1011111 | 0 | 1010 | 11101110 | 1100010 | 101101 |
Color Harmonies of #020BE6
Complementary color
Monochromatic Colors of #020BE6
Black with #020BE6
Text Example
Text Example
White with #020BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020BE6; }
p { color: rgb(2,11,230); }
H1.HeaderClassName
{
color: #020BE6;
}
.AnyTagClassName
{
color: #020BE6;
}
</style>
background-color css
<style>
a { background-color: #020BE6; }
a { background-color: rgb(2,11,230); }
div.DivClassName
{
background-color: #020BE6;
}
.BgClassName
{
background-color: #020BE6;
}
</style>
border-color css
<style>
span { border-color: #020BE6; }
span { border-color: rgb(2,11,230); }
td.TdClassName
{
border-color: #020BE6;
}
.TagClassName
{
border-color: #020BE6;
}
</style>