Shades of Medium Blue #0216DC
Tints of Medium Blue #0216DC
RGB
CMYK
RGB Variations
Color information
#0216DC (or 0x0216DC) is known color: Medium Blue. HEX triplet: 02, 16 and DC. RGB value is (2,22,220). Sum of RGB (Red+Green+Blue) = 2+22+220=244 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 244); Green value is 22 (8.98% from 255 or 9.02% from 244); Blue value is 220 (86.33% from 255 or 90.16% from 244); Max value from RGB is 220 - color contains mainly: blue. Hex color #0216DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0216DC is #FDE923. Grayscale: #252525. Windows color (decimal): -16640292 or 14423554. OLE color: 14423554.
HSL color Cylindrical-coordinate representation of color #0216DC: hue angle of 234.5º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0216DC is Cyan = 0.99, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 22 | 220 | - |
| CMYK | 0.99 | 0.9 | 0 | 0.14 |
| HSL | 234.5º | 0.98% | 0.44% | - |
| HSV(B) | 234.5º | 0.99% | 0.86% | - |
| XYZ | 13.23 | 5.75 | 68.12 | - |
| YUV | 38.59 | 230.37 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 22 | 220 | 0.99 | 0.9 | 0 | 0.14 | 234.5 | 0.98 | 0.44 |
| Hex | 2 | 16 | DC | 63 | 5A | 0 | E | EA | 62 | 2C |
| Octal | 2 | 26 | 334 | 143 | 132 | 0 | 16 | 352 | 142 | 54 |
| Binary | 10 | 10110 | 11011100 | 1100011 | 1011010 | 0 | 1110 | 11101010 | 1100010 | 101100 |
Color Harmonies of #0216DC
Complementary color
Monochromatic Colors of #0216DC
Black with #0216DC
Text Example
Text Example
White with #0216DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0216DC; }
p { color: rgb(2,22,220); }
H1.HeaderClassName
{
color: #0216DC;
}
.AnyTagClassName
{
color: #0216DC;
}
</style>
background-color css
<style>
a { background-color: #0216DC; }
a { background-color: rgb(2,22,220); }
div.DivClassName
{
background-color: #0216DC;
}
.BgClassName
{
background-color: #0216DC;
}
</style>
border-color css
<style>
span { border-color: #0216DC; }
span { border-color: rgb(2,22,220); }
td.TdClassName
{
border-color: #0216DC;
}
.TagClassName
{
border-color: #0216DC;
}
</style>