Shades of Blue #110EFF
Tints of Blue #110EFF
RGB
CMYK
RGB Variations
Color information
#110EFF (or 0x110EFF) is known color: Blue. HEX triplet: 11, 0E and FF. RGB value is (17,14,255). Sum of RGB (Red+Green+Blue) = 17+14+255=286 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.94% from 286); Green value is 14 (5.86% from 255 or 4.90% from 286); Blue value is 255 (100% from 255 or 89.16% from 286); Max value from RGB is 255 - color contains mainly: blue. Hex color #110EFF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #110EFF is #EEF100. Grayscale: #292929. Windows color (decimal): -15659265 or 16715281. OLE color: 16715281.
HSL color Cylindrical-coordinate representation of color #110EFF: hue angle of 240.75º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #110EFF is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 14 | 255 | - |
| CMYK | 0.93 | 0.95 | 0 | 0 |
| HSL | 240.75º | 1% | 0.53% | - |
| HSV(B) | 240.75º | 0.95% | 1% | - |
| XYZ | 18.44 | 7.65 | 95.11 | - |
| YUV | 42.37 | 247.99 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 14 | 255 | 0.93 | 0.95 | 0 | 0 | 240.75 | 1 | 0.53 |
| Hex | 11 | E | FF | 5D | 5F | 0 | 0 | F1 | 64 | 35 |
| Octal | 21 | 16 | 377 | 135 | 137 | 0 | 0 | 361 | 144 | 65 |
| Binary | 10001 | 1110 | 11111111 | 1011101 | 1011111 | 0 | 0 | 11110001 | 1100100 | 110101 |
Color Harmonies of #110EFF
Complementary color
Monochromatic Colors of #110EFF
Black with #110EFF
Text Example
Text Example
White with #110EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110EFF; }
p { color: rgb(17,14,255); }
H1.HeaderClassName
{
color: #110EFF;
}
.AnyTagClassName
{
color: #110EFF;
}
</style>
background-color css
<style>
a { background-color: #110EFF; }
a { background-color: rgb(17,14,255); }
div.DivClassName
{
background-color: #110EFF;
}
.BgClassName
{
background-color: #110EFF;
}
</style>
border-color css
<style>
span { border-color: #110EFF; }
span { border-color: rgb(17,14,255); }
td.TdClassName
{
border-color: #110EFF;
}
.TagClassName
{
border-color: #110EFF;
}
</style>