Shades of Medium Blue #0220CE
Tints of Medium Blue #0220CE
RGB
CMYK
RGB Variations
Color information
#0220CE (or 0x0220CE) is known color: Medium Blue. HEX triplet: 02, 20 and CE. RGB value is (2,32,206). Sum of RGB (Red+Green+Blue) = 2+32+206=240 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 240); Green value is 32 (12.89% from 255 or 13.33% from 240); Blue value is 206 (80.86% from 255 or 85.83% from 240); Max value from RGB is 206 - color contains mainly: blue. Hex color #0220CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0220CE is #FDDF31. Grayscale: #2A2A2A. Windows color (decimal): -16637746 or 13508610. OLE color: 13508610.
HSL color Cylindrical-coordinate representation of color #0220CE: hue angle of 231.18º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0220CE is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 32 | 206 | - |
| CMYK | 0.99 | 0.84 | 0 | 0.19 |
| HSL | 231.18º | 0.98% | 0.41% | - |
| HSV(B) | 231.18º | 0.99% | 0.81% | - |
| XYZ | 11.68 | 5.5 | 58.84 | - |
| YUV | 42.87 | 220.06 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 32 | 206 | 0.99 | 0.84 | 0 | 0.19 | 231.18 | 0.98 | 0.41 |
| Hex | 2 | 20 | CE | 63 | 54 | 0 | 13 | E7 | 62 | 29 |
| Octal | 2 | 40 | 316 | 143 | 124 | 0 | 23 | 347 | 142 | 51 |
| Binary | 10 | 100000 | 11001110 | 1100011 | 1010100 | 0 | 10011 | 11100111 | 1100010 | 101001 |
Color Harmonies of #0220CE
Complementary color
Monochromatic Colors of #0220CE
Black with #0220CE
Text Example
Text Example
White with #0220CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0220CE; }
p { color: rgb(2,32,206); }
H1.HeaderClassName
{
color: #0220CE;
}
.AnyTagClassName
{
color: #0220CE;
}
</style>
background-color css
<style>
a { background-color: #0220CE; }
a { background-color: rgb(2,32,206); }
div.DivClassName
{
background-color: #0220CE;
}
.BgClassName
{
background-color: #0220CE;
}
</style>
border-color css
<style>
span { border-color: #0220CE; }
span { border-color: rgb(2,32,206); }
td.TdClassName
{
border-color: #0220CE;
}
.TagClassName
{
border-color: #0220CE;
}
</style>