Shades of Blue #1121ED
Tints of Blue #1121ED
RGB
CMYK
RGB Variations
Color information
#1121ED (or 0x1121ED) is known color: Blue. HEX triplet: 11, 21 and ED. RGB value is (17,33,237). Sum of RGB (Red+Green+Blue) = 17+33+237=287 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.92% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 237 (92.97% from 255 or 82.58% from 287); Max value from RGB is 237 - color contains mainly: blue. Hex color #1121ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1121ED is #EEDE12. Grayscale: #323232. Windows color (decimal): -15654419 or 15540497. OLE color: 15540497.
HSL color Cylindrical-coordinate representation of color #1121ED: hue angle of 235.64º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1121ED is Cyan = 0.93, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 33 | 237 | - |
| CMYK | 0.93 | 0.86 | 0 | 0.07 |
| HSL | 235.64º | 0.87% | 0.5% | - |
| HSV(B) | 235.64º | 0.93% | 0.93% | - |
| XYZ | 16.06 | 7.32 | 80.69 | - |
| YUV | 51.47 | 232.7 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 33 | 237 | 0.93 | 0.86 | 0 | 0.07 | 235.64 | 0.87 | 0.5 |
| Hex | 11 | 21 | ED | 5D | 56 | 0 | 7 | EC | 57 | 32 |
| Octal | 21 | 41 | 355 | 135 | 126 | 0 | 7 | 354 | 127 | 62 |
| Binary | 10001 | 100001 | 11101101 | 1011101 | 1010110 | 0 | 111 | 11101100 | 1010111 | 110010 |
Color Harmonies of #1121ED
Complementary color
Monochromatic Colors of #1121ED
Black with #1121ED
Text Example
Text Example
White with #1121ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1121ED; }
p { color: rgb(17,33,237); }
H1.HeaderClassName
{
color: #1121ED;
}
.AnyTagClassName
{
color: #1121ED;
}
</style>
background-color css
<style>
a { background-color: #1121ED; }
a { background-color: rgb(17,33,237); }
div.DivClassName
{
background-color: #1121ED;
}
.BgClassName
{
background-color: #1121ED;
}
</style>
border-color css
<style>
span { border-color: #1121ED; }
span { border-color: rgb(17,33,237); }
td.TdClassName
{
border-color: #1121ED;
}
.TagClassName
{
border-color: #1121ED;
}
</style>