Shades of Medium Blue #0211CC
Tints of Medium Blue #0211CC
RGB
CMYK
RGB Variations
Color information
#0211CC (or 0x0211CC) is known color: Medium Blue. HEX triplet: 02, 11 and CC. RGB value is (2,17,204). Sum of RGB (Red+Green+Blue) = 2+17+204=223 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 223); Green value is 17 (7.03% from 255 or 7.62% from 223); Blue value is 204 (80.08% from 255 or 91.48% from 223); Max value from RGB is 204 - color contains mainly: blue. Hex color #0211CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0211CC is #FDEE33. Grayscale: #212121. Windows color (decimal): -16641588 or 13373698. OLE color: 13373698.
HSL color Cylindrical-coordinate representation of color #0211CC: hue angle of 235.54º 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 #0211CC is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 2 | 17 | 204 | - |
| CMYK | 0.99 | 0.92 | 0 | 0.2 |
| HSL | 235.54º | 0.98% | 0.4% | - |
| HSV(B) | 235.54º | 0.99% | 0.8% | - |
| XYZ | 11.12 | 4.77 | 57.46 | - |
| YUV | 33.83 | 224.03 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 17 | 204 | 0.99 | 0.92 | 0 | 0.2 | 235.54 | 0.98 | 0.4 |
| Hex | 2 | 11 | CC | 63 | 5C | 0 | 14 | EC | 62 | 28 |
| Octal | 2 | 21 | 314 | 143 | 134 | 0 | 24 | 354 | 142 | 50 |
| Binary | 10 | 10001 | 11001100 | 1100011 | 1011100 | 0 | 10100 | 11101100 | 1100010 | 101000 |
Color Harmonies of #0211CC
Complementary color
Monochromatic Colors of #0211CC
Black with #0211CC
Text Example
Text Example
White with #0211CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0211CC; }
p { color: rgb(2,17,204); }
H1.HeaderClassName
{
color: #0211CC;
}
.AnyTagClassName
{
color: #0211CC;
}
</style>
background-color css
<style>
a { background-color: #0211CC; }
a { background-color: rgb(2,17,204); }
div.DivClassName
{
background-color: #0211CC;
}
.BgClassName
{
background-color: #0211CC;
}
</style>
border-color css
<style>
span { border-color: #0211CC; }
span { border-color: rgb(2,17,204); }
td.TdClassName
{
border-color: #0211CC;
}
.TagClassName
{
border-color: #0211CC;
}
</style>