Shades of Medium Blue #2110D8
Tints of Medium Blue #2110D8
RGB
CMYK
RGB Variations
Color information
#2110D8 (or 0x2110D8) is known color: Medium Blue. HEX triplet: 21, 10 and D8. RGB value is (33,16,216). Sum of RGB (Red+Green+Blue) = 33+16+216=265 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.45% from 265); Green value is 16 (6.64% from 255 or 6.04% from 265); Blue value is 216 (84.77% from 255 or 81.51% from 265); Max value from RGB is 216 - color contains mainly: blue. Hex color #2110D8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2110D8 is #DEEF27. Grayscale: #2B2B2B. Windows color (decimal): -14610216 or 14159905. OLE color: 14159905.
HSL color Cylindrical-coordinate representation of color #2110D8: hue angle of 245.1º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2110D8 is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 16 | 216 | - |
| CMYK | 0.85 | 0.93 | 0 | 0.15 |
| HSL | 245.1º | 0.86% | 0.45% | - |
| HSV(B) | 245.1º | 0.93% | 0.85% | - |
| XYZ | 13.21 | 5.65 | 65.36 | - |
| YUV | 43.88 | 225.13 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 16 | 216 | 0.85 | 0.93 | 0 | 0.15 | 245.1 | 0.86 | 0.45 |
| Hex | 21 | 10 | D8 | 55 | 5D | 0 | F | F5 | 56 | 2D |
| Octal | 41 | 20 | 330 | 125 | 135 | 0 | 17 | 365 | 126 | 55 |
| Binary | 100001 | 10000 | 11011000 | 1010101 | 1011101 | 0 | 1111 | 11110101 | 1010110 | 101101 |
Color Harmonies of #2110D8
Complementary color
Monochromatic Colors of #2110D8
Black with #2110D8
Text Example
Text Example
White with #2110D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2110D8; }
p { color: rgb(33,16,216); }
H1.HeaderClassName
{
color: #2110D8;
}
.AnyTagClassName
{
color: #2110D8;
}
</style>
background-color css
<style>
a { background-color: #2110D8; }
a { background-color: rgb(33,16,216); }
div.DivClassName
{
background-color: #2110D8;
}
.BgClassName
{
background-color: #2110D8;
}
</style>
border-color css
<style>
span { border-color: #2110D8; }
span { border-color: rgb(33,16,216); }
td.TdClassName
{
border-color: #2110D8;
}
.TagClassName
{
border-color: #2110D8;
}
</style>