Shades of Medium Blue #0216CF
Tints of Medium Blue #0216CF
RGB
CMYK
RGB Variations
Color information
#0216CF (or 0x0216CF) is known color: Medium Blue. HEX triplet: 02, 16 and CF. RGB value is (2,22,207). Sum of RGB (Red+Green+Blue) = 2+22+207=231 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 231); Green value is 22 (8.98% from 255 or 9.52% from 231); Blue value is 207 (81.25% from 255 or 89.61% from 231); Max value from RGB is 207 - color contains mainly: blue. Hex color #0216CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0216CF is #FDE930. Grayscale: #242424. Windows color (decimal): -16640305 or 13571586. OLE color: 13571586.
HSL color Cylindrical-coordinate representation of color #0216CF: hue angle of 234.15º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0216CF is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 22 | 207 | - |
| CMYK | 0.99 | 0.89 | 0 | 0.19 |
| HSL | 234.15º | 0.98% | 0.41% | - |
| HSV(B) | 234.15º | 0.99% | 0.81% | - |
| XYZ | 11.57 | 5.09 | 59.4 | - |
| YUV | 37.11 | 223.87 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 22 | 207 | 0.99 | 0.89 | 0 | 0.19 | 234.15 | 0.98 | 0.41 |
| Hex | 2 | 16 | CF | 63 | 59 | 0 | 13 | EA | 62 | 29 |
| Octal | 2 | 26 | 317 | 143 | 131 | 0 | 23 | 352 | 142 | 51 |
| Binary | 10 | 10110 | 11001111 | 1100011 | 1011001 | 0 | 10011 | 11101010 | 1100010 | 101001 |
Color Harmonies of #0216CF
Complementary color
Monochromatic Colors of #0216CF
Black with #0216CF
Text Example
Text Example
White with #0216CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0216CF; }
p { color: rgb(2,22,207); }
H1.HeaderClassName
{
color: #0216CF;
}
.AnyTagClassName
{
color: #0216CF;
}
</style>
background-color css
<style>
a { background-color: #0216CF; }
a { background-color: rgb(2,22,207); }
div.DivClassName
{
background-color: #0216CF;
}
.BgClassName
{
background-color: #0216CF;
}
</style>
border-color css
<style>
span { border-color: #0216CF; }
span { border-color: rgb(2,22,207); }
td.TdClassName
{
border-color: #0216CF;
}
.TagClassName
{
border-color: #0216CF;
}
</style>