Shades of Blue #110CE7
Tints of Blue #110CE7
RGB
CMYK
RGB Variations
Color information
#110CE7 (or 0x110CE7) is known color: Blue. HEX triplet: 11, 0C and E7. RGB value is (17,12,231). Sum of RGB (Red+Green+Blue) = 17+12+231=260 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.54% from 260); Green value is 12 (5.08% from 255 or 4.62% from 260); Blue value is 231 (90.62% from 255 or 88.85% from 260); Max value from RGB is 231 - color contains mainly: blue. Hex color #110CE7 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #110CE7 is #EEF318. Grayscale: #252525. Windows color (decimal): -15659801 or 15141905. OLE color: 15141905.
HSL color Cylindrical-coordinate representation of color #110CE7: hue angle of 241.37º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #110CE7 is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 17 | 12 | 231 | - |
| CMYK | 0.93 | 0.95 | 0 | 0.09 |
| HSL | 241.37º | 0.9% | 0.48% | - |
| HSV(B) | 241.37º | 0.95% | 0.91% | - |
| XYZ | 14.79 | 6.15 | 76.01 | - |
| YUV | 38.46 | 236.66 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 12 | 231 | 0.93 | 0.95 | 0 | 0.09 | 241.37 | 0.9 | 0.48 |
| Hex | 11 | C | E7 | 5D | 5F | 0 | 9 | F1 | 5A | 30 |
| Octal | 21 | 14 | 347 | 135 | 137 | 0 | 11 | 361 | 132 | 60 |
| Binary | 10001 | 1100 | 11100111 | 1011101 | 1011111 | 0 | 1001 | 11110001 | 1011010 | 110000 |
Color Harmonies of #110CE7
Complementary color
Monochromatic Colors of #110CE7
Black with #110CE7
Text Example
Text Example
White with #110CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110CE7; }
p { color: rgb(17,12,231); }
H1.HeaderClassName
{
color: #110CE7;
}
.AnyTagClassName
{
color: #110CE7;
}
</style>
background-color css
<style>
a { background-color: #110CE7; }
a { background-color: rgb(17,12,231); }
div.DivClassName
{
background-color: #110CE7;
}
.BgClassName
{
background-color: #110CE7;
}
</style>
border-color css
<style>
span { border-color: #110CE7; }
span { border-color: rgb(17,12,231); }
td.TdClassName
{
border-color: #110CE7;
}
.TagClassName
{
border-color: #110CE7;
}
</style>