Shades of Medium Blue #0220C8
Tints of Medium Blue #0220C8
RGB
CMYK
RGB Variations
Color information
#0220C8 (or 0x0220C8) is known color: Medium Blue. HEX triplet: 02, 20 and C8. RGB value is (2,32,200). Sum of RGB (Red+Green+Blue) = 2+32+200=234 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 234); Green value is 32 (12.89% from 255 or 13.68% from 234); Blue value is 200 (78.52% from 255 or 85.47% from 234); Max value from RGB is 200 - color contains mainly: blue. Hex color #0220C8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0220C8 is #FDDF37. Grayscale: #292929. Windows color (decimal): -16637752 or 13115394. OLE color: 13115394.
HSL color Cylindrical-coordinate representation of color #0220C8: hue angle of 230.91º 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 #0220C8 is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 32 | 200 | - |
| CMYK | 0.99 | 0.84 | 0 | 0.22 |
| HSL | 230.91º | 0.98% | 0.4% | - |
| HSV(B) | 230.91º | 0.99% | 0.78% | - |
| XYZ | 10.97 | 5.22 | 55.07 | - |
| YUV | 42.18 | 217.06 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 32 | 200 | 0.99 | 0.84 | 0 | 0.22 | 230.91 | 0.98 | 0.4 |
| Hex | 2 | 20 | C8 | 63 | 54 | 0 | 16 | E7 | 62 | 28 |
| Octal | 2 | 40 | 310 | 143 | 124 | 0 | 26 | 347 | 142 | 50 |
| Binary | 10 | 100000 | 11001000 | 1100011 | 1010100 | 0 | 10110 | 11100111 | 1100010 | 101000 |
Color Harmonies of #0220C8
Complementary color
Monochromatic Colors of #0220C8
Black with #0220C8
Text Example
Text Example
White with #0220C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0220C8; }
p { color: rgb(2,32,200); }
H1.HeaderClassName
{
color: #0220C8;
}
.AnyTagClassName
{
color: #0220C8;
}
</style>
background-color css
<style>
a { background-color: #0220C8; }
a { background-color: rgb(2,32,200); }
div.DivClassName
{
background-color: #0220C8;
}
.BgClassName
{
background-color: #0220C8;
}
</style>
border-color css
<style>
span { border-color: #0220C8; }
span { border-color: rgb(2,32,200); }
td.TdClassName
{
border-color: #0220C8;
}
.TagClassName
{
border-color: #0220C8;
}
</style>