Shades of Blue #110BEC
Tints of Blue #110BEC
RGB
CMYK
RGB Variations
Color information
#110BEC (or 0x110BEC) is known color: Blue. HEX triplet: 11, 0B and EC. RGB value is (17,11,236). Sum of RGB (Red+Green+Blue) = 17+11+236=264 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.44% from 264); Green value is 11 (4.69% from 255 or 4.17% from 264); Blue value is 236 (92.58% from 255 or 89.39% from 264); Max value from RGB is 236 - color contains mainly: blue. Hex color #110BEC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #110BEC is #EEF413. Grayscale: #252525. Windows color (decimal): -15660052 or 15469329. OLE color: 15469329.
HSL color Cylindrical-coordinate representation of color #110BEC: hue angle of 241.6º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #110BEC is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 11 | 236 | - |
| CMYK | 0.93 | 0.95 | 0 | 0.07 |
| HSL | 241.6º | 0.91% | 0.48% | - |
| HSV(B) | 241.6º | 0.95% | 0.93% | - |
| XYZ | 15.49 | 6.41 | 79.78 | - |
| YUV | 38.44 | 239.49 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 11 | 236 | 0.93 | 0.95 | 0 | 0.07 | 241.6 | 0.91 | 0.48 |
| Hex | 11 | B | EC | 5D | 5F | 0 | 7 | F2 | 5B | 30 |
| Octal | 21 | 13 | 354 | 135 | 137 | 0 | 7 | 362 | 133 | 60 |
| Binary | 10001 | 1011 | 11101100 | 1011101 | 1011111 | 0 | 111 | 11110010 | 1011011 | 110000 |
Color Harmonies of #110BEC
Complementary color
Monochromatic Colors of #110BEC
Black with #110BEC
Text Example
Text Example
White with #110BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110BEC; }
p { color: rgb(17,11,236); }
H1.HeaderClassName
{
color: #110BEC;
}
.AnyTagClassName
{
color: #110BEC;
}
</style>
background-color css
<style>
a { background-color: #110BEC; }
a { background-color: rgb(17,11,236); }
div.DivClassName
{
background-color: #110BEC;
}
.BgClassName
{
background-color: #110BEC;
}
</style>
border-color css
<style>
span { border-color: #110BEC; }
span { border-color: rgb(17,11,236); }
td.TdClassName
{
border-color: #110BEC;
}
.TagClassName
{
border-color: #110BEC;
}
</style>