Shades of Medium Blue #020CC2
Tints of Medium Blue #020CC2
RGB
CMYK
RGB Variations
Color information
#020CC2 (or 0x020CC2) is known color: Medium Blue. HEX triplet: 02, 0C and C2. RGB value is (2,12,194). Sum of RGB (Red+Green+Blue) = 2+12+194=208 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 208); Green value is 12 (5.08% from 255 or 5.77% from 208); Blue value is 194 (76.17% from 255 or 93.27% from 208); Max value from RGB is 194 - color contains mainly: blue. Hex color #020CC2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020CC2 is #FDF33D. Grayscale: #1D1D1D. Windows color (decimal): -16642878 or 12717058. OLE color: 12717058.
HSL color Cylindrical-coordinate representation of color #020CC2: hue angle of 236.88º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020CC2 is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 12 | 194 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.24 |
| HSL | 236.88º | 0.98% | 0.38% | - |
| HSV(B) | 236.88º | 0.99% | 0.76% | - |
| XYZ | 9.89 | 4.17 | 51.32 | - |
| YUV | 29.76 | 220.69 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 12 | 194 | 0.99 | 0.94 | 0 | 0.24 | 236.88 | 0.98 | 0.38 |
| Hex | 2 | C | C2 | 63 | 5E | 0 | 18 | ED | 62 | 26 |
| Octal | 2 | 14 | 302 | 143 | 136 | 0 | 30 | 355 | 142 | 46 |
| Binary | 10 | 1100 | 11000010 | 1100011 | 1011110 | 0 | 11000 | 11101101 | 1100010 | 100110 |
Color Harmonies of #020CC2
Complementary color
Monochromatic Colors of #020CC2
Black with #020CC2
Text Example
Text Example
White with #020CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020CC2; }
p { color: rgb(2,12,194); }
H1.HeaderClassName
{
color: #020CC2;
}
.AnyTagClassName
{
color: #020CC2;
}
</style>
background-color css
<style>
a { background-color: #020CC2; }
a { background-color: rgb(2,12,194); }
div.DivClassName
{
background-color: #020CC2;
}
.BgClassName
{
background-color: #020CC2;
}
</style>
border-color css
<style>
span { border-color: #020CC2; }
span { border-color: rgb(2,12,194); }
td.TdClassName
{
border-color: #020CC2;
}
.TagClassName
{
border-color: #020CC2;
}
</style>