Shades of Medium Blue #0216B8
Tints of Medium Blue #0216B8
RGB
CMYK
RGB Variations
Color information
#0216B8 (or 0x0216B8) is known color: Medium Blue. HEX triplet: 02, 16 and B8. RGB value is (2,22,184). Sum of RGB (Red+Green+Blue) = 2+22+184=208 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 208); Green value is 22 (8.98% from 255 or 10.58% from 208); Blue value is 184 (72.27% from 255 or 88.46% from 208); Max value from RGB is 184 - color contains mainly: blue. Hex color #0216B8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0216B8 is #FDE947. Grayscale: #212121. Windows color (decimal): -16640328 or 12064258. OLE color: 12064258.
HSL color Cylindrical-coordinate representation of color #0216B8: hue angle of 233.41º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0216B8 is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 2 | 22 | 184 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.28 |
| HSL | 233.41º | 0.98% | 0.36% | - |
| HSV(B) | 233.41º | 0.99% | 0.72% | - |
| XYZ | 8.96 | 4.05 | 45.66 | - |
| YUV | 34.49 | 212.37 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 22 | 184 | 0.99 | 0.88 | 0 | 0.28 | 233.41 | 0.98 | 0.36 |
| Hex | 2 | 16 | B8 | 63 | 58 | 0 | 1C | E9 | 62 | 24 |
| Octal | 2 | 26 | 270 | 143 | 130 | 0 | 34 | 351 | 142 | 44 |
| Binary | 10 | 10110 | 10111000 | 1100011 | 1011000 | 0 | 11100 | 11101001 | 1100010 | 100100 |
Color Harmonies of #0216B8
Complementary color
Monochromatic Colors of #0216B8
Black with #0216B8
Text Example
Text Example
White with #0216B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0216B8; }
p { color: rgb(2,22,184); }
H1.HeaderClassName
{
color: #0216B8;
}
.AnyTagClassName
{
color: #0216B8;
}
</style>
background-color css
<style>
a { background-color: #0216B8; }
a { background-color: rgb(2,22,184); }
div.DivClassName
{
background-color: #0216B8;
}
.BgClassName
{
background-color: #0216B8;
}
</style>
border-color css
<style>
span { border-color: #0216B8; }
span { border-color: rgb(2,22,184); }
td.TdClassName
{
border-color: #0216B8;
}
.TagClassName
{
border-color: #0216B8;
}
</style>