Shades of Medium Blue #2110CE
Tints of Medium Blue #2110CE
RGB
CMYK
RGB Variations
Color information
#2110CE (or 0x2110CE) is known color: Medium Blue. HEX triplet: 21, 10 and CE. RGB value is (33,16,206). Sum of RGB (Red+Green+Blue) = 33+16+206=255 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.94% from 255); Green value is 16 (6.64% from 255 or 6.27% from 255); Blue value is 206 (80.86% from 255 or 80.78% from 255); Max value from RGB is 206 - color contains mainly: blue. Hex color #2110CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2110CE is #DEEF31. Grayscale: #2A2A2A. Windows color (decimal): -14610226 or 13504545. OLE color: 13504545.
HSL color Cylindrical-coordinate representation of color #2110CE: hue angle of 245.37º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2110CE is Cyan = 0.84, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 16 | 206 | - |
| CMYK | 0.84 | 0.92 | 0 | 0.19 |
| HSL | 245.37º | 0.86% | 0.44% | - |
| HSV(B) | 245.37º | 0.92% | 0.81% | - |
| XYZ | 11.95 | 5.15 | 58.76 | - |
| YUV | 42.74 | 220.13 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 16 | 206 | 0.84 | 0.92 | 0 | 0.19 | 245.37 | 0.86 | 0.44 |
| Hex | 21 | 10 | CE | 54 | 5C | 0 | 13 | F5 | 56 | 2C |
| Octal | 41 | 20 | 316 | 124 | 134 | 0 | 23 | 365 | 126 | 54 |
| Binary | 100001 | 10000 | 11001110 | 1010100 | 1011100 | 0 | 10011 | 11110101 | 1010110 | 101100 |
Color Harmonies of #2110CE
Complementary color
Monochromatic Colors of #2110CE
Black with #2110CE
Text Example
Text Example
White with #2110CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2110CE; }
p { color: rgb(33,16,206); }
H1.HeaderClassName
{
color: #2110CE;
}
.AnyTagClassName
{
color: #2110CE;
}
</style>
background-color css
<style>
a { background-color: #2110CE; }
a { background-color: rgb(33,16,206); }
div.DivClassName
{
background-color: #2110CE;
}
.BgClassName
{
background-color: #2110CE;
}
</style>
border-color css
<style>
span { border-color: #2110CE; }
span { border-color: rgb(33,16,206); }
td.TdClassName
{
border-color: #2110CE;
}
.TagClassName
{
border-color: #2110CE;
}
</style>