Shades of Medium Blue #2011CE
Tints of Medium Blue #2011CE
RGB
CMYK
RGB Variations
Color information
#2011CE (or 0x2011CE) is known color: Medium Blue. HEX triplet: 20, 11 and CE. RGB value is (32,17,206). Sum of RGB (Red+Green+Blue) = 32+17+206=255 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.55% from 255); Green value is 17 (7.03% from 255 or 6.67% 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 #2011CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2011CE is #DFEE31. Grayscale: #2A2A2A. Windows color (decimal): -14675506 or 13504800. OLE color: 13504800.
HSL color Cylindrical-coordinate representation of color #2011CE: hue angle of 244.76º degrees, saturation: 0.85, 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 #2011CE is Cyan = 0.84, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 17 | 206 | - |
| CMYK | 0.84 | 0.92 | 0 | 0.19 |
| HSL | 244.76º | 0.85% | 0.44% | - |
| HSV(B) | 244.76º | 0.92% | 0.81% | - |
| XYZ | 11.94 | 5.16 | 58.76 | - |
| YUV | 43.03 | 219.97 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 17 | 206 | 0.84 | 0.92 | 0 | 0.19 | 244.76 | 0.85 | 0.44 |
| Hex | 20 | 11 | CE | 54 | 5C | 0 | 13 | F5 | 55 | 2C |
| Octal | 40 | 21 | 316 | 124 | 134 | 0 | 23 | 365 | 125 | 54 |
| Binary | 100000 | 10001 | 11001110 | 1010100 | 1011100 | 0 | 10011 | 11110101 | 1010101 | 101100 |
Color Harmonies of #2011CE
Complementary color
Monochromatic Colors of #2011CE
Black with #2011CE
Text Example
Text Example
White with #2011CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2011CE; }
p { color: rgb(32,17,206); }
H1.HeaderClassName
{
color: #2011CE;
}
.AnyTagClassName
{
color: #2011CE;
}
</style>
background-color css
<style>
a { background-color: #2011CE; }
a { background-color: rgb(32,17,206); }
div.DivClassName
{
background-color: #2011CE;
}
.BgClassName
{
background-color: #2011CE;
}
</style>
border-color css
<style>
span { border-color: #2011CE; }
span { border-color: rgb(32,17,206); }
td.TdClassName
{
border-color: #2011CE;
}
.TagClassName
{
border-color: #2011CE;
}
</style>