Shades of Blue #110AE8
Tints of Blue #110AE8
RGB
CMYK
RGB Variations
Color information
#110AE8 (or 0x110AE8) is known color: Blue. HEX triplet: 11, 0A and E8. RGB value is (17,10,232). Sum of RGB (Red+Green+Blue) = 17+10+232=259 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.56% from 259); Green value is 10 (4.30% from 255 or 3.86% from 259); Blue value is 232 (91.02% from 255 or 89.58% from 259); Max value from RGB is 232 - color contains mainly: blue. Hex color #110AE8 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #110AE8 is #EEF517. Grayscale: #242424. Windows color (decimal): -15660312 or 15206929. OLE color: 15206929.
HSL color Cylindrical-coordinate representation of color #110AE8: hue angle of 241.89º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #110AE8 is Cyan = 0.93, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 17 | 10 | 232 | - |
| CMYK | 0.93 | 0.96 | 0 | 0.09 |
| HSL | 241.89º | 0.92% | 0.47% | - |
| HSV(B) | 241.89º | 0.96% | 0.91% | - |
| XYZ | 14.91 | 6.16 | 76.75 | - |
| YUV | 37.4 | 237.82 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 10 | 232 | 0.93 | 0.96 | 0 | 0.09 | 241.89 | 0.92 | 0.47 |
| Hex | 11 | A | E8 | 5D | 60 | 0 | 9 | F2 | 5C | 2F |
| Octal | 21 | 12 | 350 | 135 | 140 | 0 | 11 | 362 | 134 | 57 |
| Binary | 10001 | 1010 | 11101000 | 1011101 | 1100000 | 0 | 1001 | 11110010 | 1011100 | 101111 |
Color Harmonies of #110AE8
Complementary color
Monochromatic Colors of #110AE8
Black with #110AE8
Text Example
Text Example
White with #110AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110AE8; }
p { color: rgb(17,10,232); }
H1.HeaderClassName
{
color: #110AE8;
}
.AnyTagClassName
{
color: #110AE8;
}
</style>
background-color css
<style>
a { background-color: #110AE8; }
a { background-color: rgb(17,10,232); }
div.DivClassName
{
background-color: #110AE8;
}
.BgClassName
{
background-color: #110AE8;
}
</style>
border-color css
<style>
span { border-color: #110AE8; }
span { border-color: rgb(17,10,232); }
td.TdClassName
{
border-color: #110AE8;
}
.TagClassName
{
border-color: #110AE8;
}
</style>