Shades of Medium Blue #2116CE
Tints of Medium Blue #2116CE
RGB
CMYK
RGB Variations
Color information
#2116CE (or 0x2116CE) is known color: Medium Blue. HEX triplet: 21, 16 and CE. RGB value is (33,22,206). Sum of RGB (Red+Green+Blue) = 33+22+206=261 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.64% from 261); Green value is 22 (8.98% from 255 or 8.43% from 261); Blue value is 206 (80.86% from 255 or 78.93% from 261); Max value from RGB is 206 - color contains mainly: blue. Hex color #2116CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2116CE is #DEE931. Grayscale: #2D2D2D. Windows color (decimal): -14608690 or 13506081. OLE color: 13506081.
HSL color Cylindrical-coordinate representation of color #2116CE: hue angle of 243.59º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2116CE is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 22 | 206 | - |
| CMYK | 0.84 | 0.89 | 0 | 0.19 |
| HSL | 243.59º | 0.81% | 0.45% | - |
| HSV(B) | 243.59º | 0.89% | 0.81% | - |
| XYZ | 12.05 | 5.35 | 58.79 | - |
| YUV | 46.27 | 218.14 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 22 | 206 | 0.84 | 0.89 | 0 | 0.19 | 243.59 | 0.81 | 0.45 |
| Hex | 21 | 16 | CE | 54 | 59 | 0 | 13 | F4 | 51 | 2D |
| Octal | 41 | 26 | 316 | 124 | 131 | 0 | 23 | 364 | 121 | 55 |
| Binary | 100001 | 10110 | 11001110 | 1010100 | 1011001 | 0 | 10011 | 11110100 | 1010001 | 101101 |
Color Harmonies of #2116CE
Complementary color
Monochromatic Colors of #2116CE
Black with #2116CE
Text Example
Text Example
White with #2116CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2116CE; }
p { color: rgb(33,22,206); }
H1.HeaderClassName
{
color: #2116CE;
}
.AnyTagClassName
{
color: #2116CE;
}
</style>
background-color css
<style>
a { background-color: #2116CE; }
a { background-color: rgb(33,22,206); }
div.DivClassName
{
background-color: #2116CE;
}
.BgClassName
{
background-color: #2116CE;
}
</style>
border-color css
<style>
span { border-color: #2116CE; }
span { border-color: rgb(33,22,206); }
td.TdClassName
{
border-color: #2116CE;
}
.TagClassName
{
border-color: #2116CE;
}
</style>