Shades of Blue #020CE6
Tints of Blue #020CE6
RGB
CMYK
RGB Variations
Color information
#020CE6 (or 0x020CE6) is known color: Blue. HEX triplet: 02, 0C and E6. RGB value is (2,12,230). Sum of RGB (Red+Green+Blue) = 2+12+230=244 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 244); Green value is 12 (5.08% from 255 or 4.92% from 244); Blue value is 230 (90.23% from 255 or 94.26% from 244); Max value from RGB is 230 - color contains mainly: blue. Hex color #020CE6 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #020CE6 is #FDF319. Grayscale: #202020. Windows color (decimal): -16642842 or 15076354. OLE color: 15076354.
HSL color Cylindrical-coordinate representation of color #020CE6: hue angle of 237.37º 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 #020CE6 is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 2 | 12 | 230 | - |
| CMYK | 0.99 | 0.95 | 0 | 0.10 |
| HSL | 237.37º | 0.98% | 0.45% | - |
| HSV(B) | 237.37º | 0.99% | 0.9% | - |
| XYZ | 14.44 | 5.99 | 75.26 | - |
| YUV | 33.86 | 238.69 | 105.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 12 | 230 | 0.99 | 0.95 | 0 | 0.10 | 237.37 | 0.98 | 0.45 |
| Hex | 2 | C | E6 | 63 | 5F | 0 | A | ED | 62 | 2D |
| Octal | 2 | 14 | 346 | 143 | 137 | 0 | 12 | 355 | 142 | 55 |
| Binary | 10 | 1100 | 11100110 | 1100011 | 1011111 | 0 | 1010 | 11101101 | 1100010 | 101101 |
Color Harmonies of #020CE6
Complementary color
Monochromatic Colors of #020CE6
Black with #020CE6
Text Example
Text Example
White with #020CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020CE6; }
p { color: rgb(2,12,230); }
H1.HeaderClassName
{
color: #020CE6;
}
.AnyTagClassName
{
color: #020CE6;
}
</style>
background-color css
<style>
a { background-color: #020CE6; }
a { background-color: rgb(2,12,230); }
div.DivClassName
{
background-color: #020CE6;
}
.BgClassName
{
background-color: #020CE6;
}
</style>
border-color css
<style>
span { border-color: #020CE6; }
span { border-color: rgb(2,12,230); }
td.TdClassName
{
border-color: #020CE6;
}
.TagClassName
{
border-color: #020CE6;
}
</style>