Shades of Blue #110FEB
Tints of Blue #110FEB
RGB
CMYK
RGB Variations
Color information
#110FEB (or 0x110FEB) is known color: Blue. HEX triplet: 11, 0F and EB. RGB value is (17,15,235). Sum of RGB (Red+Green+Blue) = 17+15+235=267 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.37% from 267); Green value is 15 (6.25% from 255 or 5.62% from 267); Blue value is 235 (92.19% from 255 or 88.01% from 267); Max value from RGB is 235 - color contains mainly: blue. Hex color #110FEB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #110FEB is #EEF014. Grayscale: #272727. Windows color (decimal): -15659029 or 15404817. OLE color: 15404817.
HSL color Cylindrical-coordinate representation of color #110FEB: hue angle of 240.55º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #110FEB is Cyan = 0.93, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 17 | 15 | 235 | - |
| CMYK | 0.93 | 0.94 | 0 | 0.08 |
| HSL | 240.55º | 0.88% | 0.49% | - |
| HSV(B) | 240.55º | 0.94% | 0.92% | - |
| XYZ | 15.4 | 6.46 | 79.03 | - |
| YUV | 40.68 | 237.66 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 15 | 235 | 0.93 | 0.94 | 0 | 0.08 | 240.55 | 0.88 | 0.49 |
| Hex | 11 | F | EB | 5D | 5E | 0 | 8 | F1 | 58 | 31 |
| Octal | 21 | 17 | 353 | 135 | 136 | 0 | 10 | 361 | 130 | 61 |
| Binary | 10001 | 1111 | 11101011 | 1011101 | 1011110 | 0 | 1000 | 11110001 | 1011000 | 110001 |
Color Harmonies of #110FEB
Complementary color
Monochromatic Colors of #110FEB
Black with #110FEB
Text Example
Text Example
White with #110FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110FEB; }
p { color: rgb(17,15,235); }
H1.HeaderClassName
{
color: #110FEB;
}
.AnyTagClassName
{
color: #110FEB;
}
</style>
background-color css
<style>
a { background-color: #110FEB; }
a { background-color: rgb(17,15,235); }
div.DivClassName
{
background-color: #110FEB;
}
.BgClassName
{
background-color: #110FEB;
}
</style>
border-color css
<style>
span { border-color: #110FEB; }
span { border-color: rgb(17,15,235); }
td.TdClassName
{
border-color: #110FEB;
}
.TagClassName
{
border-color: #110FEB;
}
</style>