Shades of Medium Blue #0212CC
Tints of Medium Blue #0212CC
RGB
CMYK
RGB Variations
Color information
#0212CC (or 0x0212CC) is known color: Medium Blue. HEX triplet: 02, 12 and CC. RGB value is (2,18,204). Sum of RGB (Red+Green+Blue) = 2+18+204=224 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 224); Green value is 18 (7.42% from 255 or 8.04% from 224); Blue value is 204 (80.08% from 255 or 91.07% from 224); Max value from RGB is 204 - color contains mainly: blue. Hex color #0212CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0212CC is #FDED33. Grayscale: #212121. Windows color (decimal): -16641332 or 13373954. OLE color: 13373954.
HSL color Cylindrical-coordinate representation of color #0212CC: hue angle of 235.25º 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 #0212CC is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 2 | 18 | 204 | - |
| CMYK | 0.99 | 0.91 | 0 | 0.2 |
| HSL | 235.25º | 0.98% | 0.4% | - |
| HSV(B) | 235.25º | 0.99% | 0.8% | - |
| XYZ | 11.14 | 4.81 | 57.47 | - |
| YUV | 34.42 | 223.7 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 18 | 204 | 0.99 | 0.91 | 0 | 0.2 | 235.25 | 0.98 | 0.4 |
| Hex | 2 | 12 | CC | 63 | 5B | 0 | 14 | EB | 62 | 28 |
| Octal | 2 | 22 | 314 | 143 | 133 | 0 | 24 | 353 | 142 | 50 |
| Binary | 10 | 10010 | 11001100 | 1100011 | 1011011 | 0 | 10100 | 11101011 | 1100010 | 101000 |
Color Harmonies of #0212CC
Complementary color
Monochromatic Colors of #0212CC
Black with #0212CC
Text Example
Text Example
White with #0212CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0212CC; }
p { color: rgb(2,18,204); }
H1.HeaderClassName
{
color: #0212CC;
}
.AnyTagClassName
{
color: #0212CC;
}
</style>
background-color css
<style>
a { background-color: #0212CC; }
a { background-color: rgb(2,18,204); }
div.DivClassName
{
background-color: #0212CC;
}
.BgClassName
{
background-color: #0212CC;
}
</style>
border-color css
<style>
span { border-color: #0212CC; }
span { border-color: rgb(2,18,204); }
td.TdClassName
{
border-color: #0212CC;
}
.TagClassName
{
border-color: #0212CC;
}
</style>