Shades of Blue #110EF7
Tints of Blue #110EF7
RGB
CMYK
RGB Variations
Color information
#110EF7 (or 0x110EF7) is known color: Blue. HEX triplet: 11, 0E and F7. RGB value is (17,14,247). Sum of RGB (Red+Green+Blue) = 17+14+247=278 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.12% from 278); Green value is 14 (5.86% from 255 or 5.04% from 278); Blue value is 247 (96.88% from 255 or 88.85% from 278); Max value from RGB is 247 - color contains mainly: blue. Hex color #110EF7 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #110EF7 is #EEF108. Grayscale: #282828. Windows color (decimal): -15659273 or 16190993. OLE color: 16190993.
HSL color Cylindrical-coordinate representation of color #110EF7: hue angle of 240.77º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #110EF7 is Cyan = 0.93, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 17 | 14 | 247 | - |
| CMYK | 0.93 | 0.94 | 0 | 0.03 |
| HSL | 240.77º | 0.94% | 0.51% | - |
| HSV(B) | 240.77º | 0.94% | 0.97% | - |
| XYZ | 17.18 | 7.15 | 88.47 | - |
| YUV | 41.46 | 243.99 | 110.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 14 | 247 | 0.93 | 0.94 | 0 | 0.03 | 240.77 | 0.94 | 0.51 |
| Hex | 11 | E | F7 | 5D | 5E | 0 | 3 | F1 | 5E | 33 |
| Octal | 21 | 16 | 367 | 135 | 136 | 0 | 3 | 361 | 136 | 63 |
| Binary | 10001 | 1110 | 11110111 | 1011101 | 1011110 | 0 | 11 | 11110001 | 1011110 | 110011 |
Color Harmonies of #110EF7
Complementary color
Monochromatic Colors of #110EF7
Black with #110EF7
Text Example
Text Example
White with #110EF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110EF7; }
p { color: rgb(17,14,247); }
H1.HeaderClassName
{
color: #110EF7;
}
.AnyTagClassName
{
color: #110EF7;
}
</style>
background-color css
<style>
a { background-color: #110EF7; }
a { background-color: rgb(17,14,247); }
div.DivClassName
{
background-color: #110EF7;
}
.BgClassName
{
background-color: #110EF7;
}
</style>
border-color css
<style>
span { border-color: #110EF7; }
span { border-color: rgb(17,14,247); }
td.TdClassName
{
border-color: #110EF7;
}
.TagClassName
{
border-color: #110EF7;
}
</style>