Shades of Medium Blue #2011CC
Tints of Medium Blue #2011CC
RGB
CMYK
RGB Variations
Color information
#2011CC (or 0x2011CC) is known color: Medium Blue. HEX triplet: 20, 11 and CC. RGB value is (32,17,204). Sum of RGB (Red+Green+Blue) = 32+17+204=253 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.65% from 253); Green value is 17 (7.03% from 255 or 6.72% from 253); Blue value is 204 (80.08% from 255 or 80.63% from 253); Max value from RGB is 204 - color contains mainly: blue. Hex color #2011CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2011CC is #DFEE33. Grayscale: #2A2A2A. Windows color (decimal): -14675508 or 13373728. OLE color: 13373728.
HSL color Cylindrical-coordinate representation of color #2011CC: hue angle of 244.81º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2011CC is Cyan = 0.84, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 32 | 17 | 204 | - |
| CMYK | 0.84 | 0.92 | 0 | 0.2 |
| HSL | 244.81º | 0.85% | 0.43% | - |
| HSV(B) | 244.81º | 0.92% | 0.8% | - |
| XYZ | 11.7 | 5.07 | 57.49 | - |
| YUV | 42.8 | 218.97 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 17 | 204 | 0.84 | 0.92 | 0 | 0.2 | 244.81 | 0.85 | 0.43 |
| Hex | 20 | 11 | CC | 54 | 5C | 0 | 14 | F5 | 55 | 2B |
| Octal | 40 | 21 | 314 | 124 | 134 | 0 | 24 | 365 | 125 | 53 |
| Binary | 100000 | 10001 | 11001100 | 1010100 | 1011100 | 0 | 10100 | 11110101 | 1010101 | 101011 |
Color Harmonies of #2011CC
Complementary color
Monochromatic Colors of #2011CC
Black with #2011CC
Text Example
Text Example
White with #2011CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2011CC; }
p { color: rgb(32,17,204); }
H1.HeaderClassName
{
color: #2011CC;
}
.AnyTagClassName
{
color: #2011CC;
}
</style>
background-color css
<style>
a { background-color: #2011CC; }
a { background-color: rgb(32,17,204); }
div.DivClassName
{
background-color: #2011CC;
}
.BgClassName
{
background-color: #2011CC;
}
</style>
border-color css
<style>
span { border-color: #2011CC; }
span { border-color: rgb(32,17,204); }
td.TdClassName
{
border-color: #2011CC;
}
.TagClassName
{
border-color: #2011CC;
}
</style>