Shades of Medium Blue #020CCC
Tints of Medium Blue #020CCC
RGB
CMYK
RGB Variations
Color information
#020CCC (or 0x020CCC) is known color: Medium Blue. HEX triplet: 02, 0C and CC. RGB value is (2,12,204). Sum of RGB (Red+Green+Blue) = 2+12+204=218 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 218); Green value is 12 (5.08% from 255 or 5.50% from 218); Blue value is 204 (80.08% from 255 or 93.58% from 218); Max value from RGB is 204 - color contains mainly: blue. Hex color #020CCC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020CCC is #FDF333. Grayscale: #1E1E1E. Windows color (decimal): -16642868 or 13372418. OLE color: 13372418.
HSL color Cylindrical-coordinate representation of color #020CCC: hue angle of 237.03º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020CCC is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 2 | 12 | 204 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.2 |
| HSL | 237.03º | 0.98% | 0.4% | - |
| HSV(B) | 237.03º | 0.99% | 0.8% | - |
| XYZ | 11.06 | 4.64 | 57.44 | - |
| YUV | 30.9 | 225.69 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 12 | 204 | 0.99 | 0.94 | 0 | 0.2 | 237.03 | 0.98 | 0.4 |
| Hex | 2 | C | CC | 63 | 5E | 0 | 14 | ED | 62 | 28 |
| Octal | 2 | 14 | 314 | 143 | 136 | 0 | 24 | 355 | 142 | 50 |
| Binary | 10 | 1100 | 11001100 | 1100011 | 1011110 | 0 | 10100 | 11101101 | 1100010 | 101000 |
Color Harmonies of #020CCC
Complementary color
Monochromatic Colors of #020CCC
Black with #020CCC
Text Example
Text Example
White with #020CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020CCC; }
p { color: rgb(2,12,204); }
H1.HeaderClassName
{
color: #020CCC;
}
.AnyTagClassName
{
color: #020CCC;
}
</style>
background-color css
<style>
a { background-color: #020CCC; }
a { background-color: rgb(2,12,204); }
div.DivClassName
{
background-color: #020CCC;
}
.BgClassName
{
background-color: #020CCC;
}
</style>
border-color css
<style>
span { border-color: #020CCC; }
span { border-color: rgb(2,12,204); }
td.TdClassName
{
border-color: #020CCC;
}
.TagClassName
{
border-color: #020CCC;
}
</style>