Shades of Medium Blue #0216BC
Tints of Medium Blue #0216BC
RGB
CMYK
RGB Variations
Color information
#0216BC (or 0x0216BC) is known color: Medium Blue. HEX triplet: 02, 16 and BC. RGB value is (2,22,188). Sum of RGB (Red+Green+Blue) = 2+22+188=212 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 212); Green value is 22 (8.98% from 255 or 10.38% from 212); Blue value is 188 (73.83% from 255 or 88.68% from 212); Max value from RGB is 188 - color contains mainly: blue. Hex color #0216BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0216BC is #FDE943. Grayscale: #222222. Windows color (decimal): -16640324 or 12326402. OLE color: 12326402.
HSL color Cylindrical-coordinate representation of color #0216BC: hue angle of 233.55º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0216BC is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 22 | 188 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.26 |
| HSL | 233.55º | 0.98% | 0.37% | - |
| HSV(B) | 233.55º | 0.99% | 0.74% | - |
| XYZ | 9.39 | 4.22 | 47.9 | - |
| YUV | 34.94 | 214.37 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 22 | 188 | 0.99 | 0.88 | 0 | 0.26 | 233.55 | 0.98 | 0.37 |
| Hex | 2 | 16 | BC | 63 | 58 | 0 | 1A | EA | 62 | 25 |
| Octal | 2 | 26 | 274 | 143 | 130 | 0 | 32 | 352 | 142 | 45 |
| Binary | 10 | 10110 | 10111100 | 1100011 | 1011000 | 0 | 11010 | 11101010 | 1100010 | 100101 |
Color Harmonies of #0216BC
Complementary color
Monochromatic Colors of #0216BC
Black with #0216BC
Text Example
Text Example
White with #0216BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0216BC; }
p { color: rgb(2,22,188); }
H1.HeaderClassName
{
color: #0216BC;
}
.AnyTagClassName
{
color: #0216BC;
}
</style>
background-color css
<style>
a { background-color: #0216BC; }
a { background-color: rgb(2,22,188); }
div.DivClassName
{
background-color: #0216BC;
}
.BgClassName
{
background-color: #0216BC;
}
</style>
border-color css
<style>
span { border-color: #0216BC; }
span { border-color: rgb(2,22,188); }
td.TdClassName
{
border-color: #0216BC;
}
.TagClassName
{
border-color: #0216BC;
}
</style>