Shades of Medium Blue #2116D0
Tints of Medium Blue #2116D0
RGB
CMYK
RGB Variations
Color information
#2116D0 (or 0x2116D0) is known color: Medium Blue. HEX triplet: 21, 16 and D0. RGB value is (33,22,208). Sum of RGB (Red+Green+Blue) = 33+22+208=263 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.55% from 263); Green value is 22 (8.98% from 255 or 8.37% from 263); Blue value is 208 (81.64% from 255 or 79.09% from 263); Max value from RGB is 208 - color contains mainly: blue. Hex color #2116D0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2116D0 is #DEE92F. Grayscale: #2D2D2D. Windows color (decimal): -14608688 or 13637153. OLE color: 13637153.
HSL color Cylindrical-coordinate representation of color #2116D0: hue angle of 243.55º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2116D0 is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 22 | 208 | - |
| CMYK | 0.84 | 0.89 | 0 | 0.18 |
| HSL | 243.55º | 0.81% | 0.45% | - |
| HSV(B) | 243.55º | 0.89% | 0.82% | - |
| XYZ | 12.3 | 5.45 | 60.08 | - |
| YUV | 46.49 | 219.14 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 22 | 208 | 0.84 | 0.89 | 0 | 0.18 | 243.55 | 0.81 | 0.45 |
| Hex | 21 | 16 | D0 | 54 | 59 | 0 | 12 | F4 | 51 | 2D |
| Octal | 41 | 26 | 320 | 124 | 131 | 0 | 22 | 364 | 121 | 55 |
| Binary | 100001 | 10110 | 11010000 | 1010100 | 1011001 | 0 | 10010 | 11110100 | 1010001 | 101101 |
Color Harmonies of #2116D0
Complementary color
Monochromatic Colors of #2116D0
Black with #2116D0
Text Example
Text Example
White with #2116D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2116D0; }
p { color: rgb(33,22,208); }
H1.HeaderClassName
{
color: #2116D0;
}
.AnyTagClassName
{
color: #2116D0;
}
</style>
background-color css
<style>
a { background-color: #2116D0; }
a { background-color: rgb(33,22,208); }
div.DivClassName
{
background-color: #2116D0;
}
.BgClassName
{
background-color: #2116D0;
}
</style>
border-color css
<style>
span { border-color: #2116D0; }
span { border-color: rgb(33,22,208); }
td.TdClassName
{
border-color: #2116D0;
}
.TagClassName
{
border-color: #2116D0;
}
</style>