Shades of Medium Blue #1121E0
Tints of Medium Blue #1121E0
RGB
CMYK
RGB Variations
Color information
#1121E0 (or 0x1121E0) is known color: Medium Blue. HEX triplet: 11, 21 and E0. RGB value is (17,33,224). Sum of RGB (Red+Green+Blue) = 17+33+224=274 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.20% from 274); Green value is 33 (13.28% from 255 or 12.04% from 274); Blue value is 224 (87.89% from 255 or 81.75% from 274); Max value from RGB is 224 - color contains mainly: blue. Hex color #1121E0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1121E0 is #EEDE1F. Grayscale: #313131. Windows color (decimal): -15654432 or 14688529. OLE color: 14688529.
HSL color Cylindrical-coordinate representation of color #1121E0: hue angle of 235.36º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1121E0 is Cyan = 0.92, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 17 | 33 | 224 | - |
| CMYK | 0.92 | 0.85 | 0 | 0.12 |
| HSL | 235.36º | 0.86% | 0.47% | - |
| HSV(B) | 235.36º | 0.92% | 0.88% | - |
| XYZ | 14.23 | 6.59 | 71.04 | - |
| YUV | 49.99 | 226.2 | 104.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 33 | 224 | 0.92 | 0.85 | 0 | 0.12 | 235.36 | 0.86 | 0.47 |
| Hex | 11 | 21 | E0 | 5C | 55 | 0 | C | EB | 56 | 2F |
| Octal | 21 | 41 | 340 | 134 | 125 | 0 | 14 | 353 | 126 | 57 |
| Binary | 10001 | 100001 | 11100000 | 1011100 | 1010101 | 0 | 1100 | 11101011 | 1010110 | 101111 |
Color Harmonies of #1121E0
Complementary color
Monochromatic Colors of #1121E0
Black with #1121E0
Text Example
Text Example
White with #1121E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1121E0; }
p { color: rgb(17,33,224); }
H1.HeaderClassName
{
color: #1121E0;
}
.AnyTagClassName
{
color: #1121E0;
}
</style>
background-color css
<style>
a { background-color: #1121E0; }
a { background-color: rgb(17,33,224); }
div.DivClassName
{
background-color: #1121E0;
}
.BgClassName
{
background-color: #1121E0;
}
</style>
border-color css
<style>
span { border-color: #1121E0; }
span { border-color: rgb(17,33,224); }
td.TdClassName
{
border-color: #1121E0;
}
.TagClassName
{
border-color: #1121E0;
}
</style>