Shades of Blue #111CEB
Tints of Blue #111CEB
RGB
CMYK
RGB Variations
Color information
#111CEB (or 0x111CEB) is known color: Blue. HEX triplet: 11, 1C and EB. RGB value is (17,28,235). Sum of RGB (Red+Green+Blue) = 17+28+235=280 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.07% from 280); Green value is 28 (11.33% from 255 or 10% from 280); Blue value is 235 (92.19% from 255 or 83.93% from 280); Max value from RGB is 235 - color contains mainly: blue. Hex color #111CEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #111CEB is #EEE314. Grayscale: #2F2F2F. Windows color (decimal): -15655701 or 15408145. OLE color: 15408145.
HSL color Cylindrical-coordinate representation of color #111CEB: hue angle of 236.97º 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 #111CEB is Cyan = 0.93, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 17 | 28 | 235 | - |
| CMYK | 0.93 | 0.88 | 0 | 0.08 |
| HSL | 236.97º | 0.87% | 0.49% | - |
| HSV(B) | 236.97º | 0.93% | 0.92% | - |
| XYZ | 15.64 | 6.95 | 79.11 | - |
| YUV | 48.31 | 233.36 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 28 | 235 | 0.93 | 0.88 | 0 | 0.08 | 236.97 | 0.87 | 0.49 |
| Hex | 11 | 1C | EB | 5D | 58 | 0 | 8 | ED | 57 | 31 |
| Octal | 21 | 34 | 353 | 135 | 130 | 0 | 10 | 355 | 127 | 61 |
| Binary | 10001 | 11100 | 11101011 | 1011101 | 1011000 | 0 | 1000 | 11101101 | 1010111 | 110001 |
Color Harmonies of #111CEB
Complementary color
Monochromatic Colors of #111CEB
Black with #111CEB
Text Example
Text Example
White with #111CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111CEB; }
p { color: rgb(17,28,235); }
H1.HeaderClassName
{
color: #111CEB;
}
.AnyTagClassName
{
color: #111CEB;
}
</style>
background-color css
<style>
a { background-color: #111CEB; }
a { background-color: rgb(17,28,235); }
div.DivClassName
{
background-color: #111CEB;
}
.BgClassName
{
background-color: #111CEB;
}
</style>
border-color css
<style>
span { border-color: #111CEB; }
span { border-color: rgb(17,28,235); }
td.TdClassName
{
border-color: #111CEB;
}
.TagClassName
{
border-color: #111CEB;
}
</style>