Shades of Medium Blue #2111CC
Tints of Medium Blue #2111CC
RGB
CMYK
RGB Variations
Color information
#2111CC (or 0x2111CC) is known color: Medium Blue. HEX triplet: 21, 11 and CC. RGB value is (33,17,204). Sum of RGB (Red+Green+Blue) = 33+17+204=254 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.99% from 254); Green value is 17 (7.03% from 255 or 6.69% from 254); Blue value is 204 (80.08% from 255 or 80.31% from 254); Max value from RGB is 204 - color contains mainly: blue. Hex color #2111CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2111CC is #DEEE33. Grayscale: #2A2A2A. Windows color (decimal): -14609972 or 13373729. OLE color: 13373729.
HSL color Cylindrical-coordinate representation of color #2111CC: hue angle of 245.13º 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 #2111CC is Cyan = 0.84, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 17 | 204 | - |
| CMYK | 0.84 | 0.92 | 0 | 0.2 |
| HSL | 245.13º | 0.85% | 0.43% | - |
| HSV(B) | 245.13º | 0.92% | 0.8% | - |
| XYZ | 11.73 | 5.08 | 57.49 | - |
| YUV | 43.1 | 218.8 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 17 | 204 | 0.84 | 0.92 | 0 | 0.2 | 245.13 | 0.85 | 0.43 |
| Hex | 21 | 11 | CC | 54 | 5C | 0 | 14 | F5 | 55 | 2B |
| Octal | 41 | 21 | 314 | 124 | 134 | 0 | 24 | 365 | 125 | 53 |
| Binary | 100001 | 10001 | 11001100 | 1010100 | 1011100 | 0 | 10100 | 11110101 | 1010101 | 101011 |
Color Harmonies of #2111CC
Complementary color
Monochromatic Colors of #2111CC
Black with #2111CC
Text Example
Text Example
White with #2111CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2111CC; }
p { color: rgb(33,17,204); }
H1.HeaderClassName
{
color: #2111CC;
}
.AnyTagClassName
{
color: #2111CC;
}
</style>
background-color css
<style>
a { background-color: #2111CC; }
a { background-color: rgb(33,17,204); }
div.DivClassName
{
background-color: #2111CC;
}
.BgClassName
{
background-color: #2111CC;
}
</style>
border-color css
<style>
span { border-color: #2111CC; }
span { border-color: rgb(33,17,204); }
td.TdClassName
{
border-color: #2111CC;
}
.TagClassName
{
border-color: #2111CC;
}
</style>