Shades of Blue #110BE7
Tints of Blue #110BE7
RGB
CMYK
RGB Variations
Color information
#110BE7 (or 0x110BE7) is known color: Blue. HEX triplet: 11, 0B and E7. RGB value is (17,11,231). Sum of RGB (Red+Green+Blue) = 17+11+231=259 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.56% from 259); Green value is 11 (4.69% from 255 or 4.25% from 259); Blue value is 231 (90.62% from 255 or 89.19% from 259); Max value from RGB is 231 - color contains mainly: blue. Hex color #110BE7 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #110BE7 is #EEF418. Grayscale: #252525. Windows color (decimal): -15660057 or 15141649. OLE color: 15141649.
HSL color Cylindrical-coordinate representation of color #110BE7: hue angle of 241.64º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #110BE7 is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 17 | 11 | 231 | - |
| CMYK | 0.93 | 0.95 | 0 | 0.09 |
| HSL | 241.64º | 0.91% | 0.47% | - |
| HSV(B) | 241.64º | 0.95% | 0.91% | - |
| XYZ | 14.77 | 6.13 | 76.01 | - |
| YUV | 37.87 | 236.99 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 11 | 231 | 0.93 | 0.95 | 0 | 0.09 | 241.64 | 0.91 | 0.47 |
| Hex | 11 | B | E7 | 5D | 5F | 0 | 9 | F2 | 5B | 2F |
| Octal | 21 | 13 | 347 | 135 | 137 | 0 | 11 | 362 | 133 | 57 |
| Binary | 10001 | 1011 | 11100111 | 1011101 | 1011111 | 0 | 1001 | 11110010 | 1011011 | 101111 |
Color Harmonies of #110BE7
Complementary color
Monochromatic Colors of #110BE7
Black with #110BE7
Text Example
Text Example
White with #110BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110BE7; }
p { color: rgb(17,11,231); }
H1.HeaderClassName
{
color: #110BE7;
}
.AnyTagClassName
{
color: #110BE7;
}
</style>
background-color css
<style>
a { background-color: #110BE7; }
a { background-color: rgb(17,11,231); }
div.DivClassName
{
background-color: #110BE7;
}
.BgClassName
{
background-color: #110BE7;
}
</style>
border-color css
<style>
span { border-color: #110BE7; }
span { border-color: rgb(17,11,231); }
td.TdClassName
{
border-color: #110BE7;
}
.TagClassName
{
border-color: #110BE7;
}
</style>