Shades of Medium Blue #020AC8
Tints of Medium Blue #020AC8
RGB
CMYK
RGB Variations
Color information
#020AC8 (or 0x020AC8) is known color: Medium Blue. HEX triplet: 02, 0A and C8. RGB value is (2,10,200). Sum of RGB (Red+Green+Blue) = 2+10+200=212 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 212); Green value is 10 (4.30% from 255 or 4.72% from 212); Blue value is 200 (78.52% from 255 or 94.34% from 212); Max value from RGB is 200 - color contains mainly: blue. Hex color #020AC8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020AC8 is #FDF537. Grayscale: #1C1C1C. Windows color (decimal): -16643384 or 13109762. OLE color: 13109762.
HSL color Cylindrical-coordinate representation of color #020AC8: hue angle of 237.58º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020AC8 is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 10 | 200 | - |
| CMYK | 0.99 | 0.95 | 0 | 0.22 |
| HSL | 237.58º | 0.98% | 0.4% | - |
| HSV(B) | 237.58º | 0.99% | 0.78% | - |
| XYZ | 10.56 | 4.4 | 54.94 | - |
| YUV | 29.27 | 224.35 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 10 | 200 | 0.99 | 0.95 | 0 | 0.22 | 237.58 | 0.98 | 0.4 |
| Hex | 2 | A | C8 | 63 | 5F | 0 | 16 | EE | 62 | 28 |
| Octal | 2 | 12 | 310 | 143 | 137 | 0 | 26 | 356 | 142 | 50 |
| Binary | 10 | 1010 | 11001000 | 1100011 | 1011111 | 0 | 10110 | 11101110 | 1100010 | 101000 |
Color Harmonies of #020AC8
Complementary color
Monochromatic Colors of #020AC8
Black with #020AC8
Text Example
Text Example
White with #020AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020AC8; }
p { color: rgb(2,10,200); }
H1.HeaderClassName
{
color: #020AC8;
}
.AnyTagClassName
{
color: #020AC8;
}
</style>
background-color css
<style>
a { background-color: #020AC8; }
a { background-color: rgb(2,10,200); }
div.DivClassName
{
background-color: #020AC8;
}
.BgClassName
{
background-color: #020AC8;
}
</style>
border-color css
<style>
span { border-color: #020AC8; }
span { border-color: rgb(2,10,200); }
td.TdClassName
{
border-color: #020AC8;
}
.TagClassName
{
border-color: #020AC8;
}
</style>