Shades of Blue #1124EB
Tints of Blue #1124EB
RGB
CMYK
RGB Variations
Color information
#1124EB (or 0x1124EB) is known color: Blue. HEX triplet: 11, 24 and EB. RGB value is (17,36,235). Sum of RGB (Red+Green+Blue) = 17+36+235=288 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.90% from 288); Green value is 36 (14.45% from 255 or 12.5% from 288); Blue value is 235 (92.19% from 255 or 81.60% from 288); Max value from RGB is 235 - color contains mainly: blue. Hex color #1124EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1124EB is #EEDB14. Grayscale: #343434. Windows color (decimal): -15653653 or 15410193. OLE color: 15410193.
HSL color Cylindrical-coordinate representation of color #1124EB: hue angle of 234.77º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1124EB is Cyan = 0.93, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 17 | 36 | 235 | - |
| CMYK | 0.93 | 0.85 | 0 | 0.08 |
| HSL | 234.77º | 0.87% | 0.49% | - |
| HSV(B) | 234.77º | 0.93% | 0.92% | - |
| XYZ | 15.86 | 7.38 | 79.19 | - |
| YUV | 53.01 | 230.71 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 36 | 235 | 0.93 | 0.85 | 0 | 0.08 | 234.77 | 0.87 | 0.49 |
| Hex | 11 | 24 | EB | 5D | 55 | 0 | 8 | EB | 57 | 31 |
| Octal | 21 | 44 | 353 | 135 | 125 | 0 | 10 | 353 | 127 | 61 |
| Binary | 10001 | 100100 | 11101011 | 1011101 | 1010101 | 0 | 1000 | 11101011 | 1010111 | 110001 |
Color Harmonies of #1124EB
Complementary color
Monochromatic Colors of #1124EB
Black with #1124EB
Text Example
Text Example
White with #1124EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1124EB; }
p { color: rgb(17,36,235); }
H1.HeaderClassName
{
color: #1124EB;
}
.AnyTagClassName
{
color: #1124EB;
}
</style>
background-color css
<style>
a { background-color: #1124EB; }
a { background-color: rgb(17,36,235); }
div.DivClassName
{
background-color: #1124EB;
}
.BgClassName
{
background-color: #1124EB;
}
</style>
border-color css
<style>
span { border-color: #1124EB; }
span { border-color: rgb(17,36,235); }
td.TdClassName
{
border-color: #1124EB;
}
.TagClassName
{
border-color: #1124EB;
}
</style>