Shades of Blue #110EFE
Tints of Blue #110EFE
RGB
CMYK
RGB Variations
Color information
#110EFE (or 0x110EFE) is known color: Blue. HEX triplet: 11, 0E and FE. RGB value is (17,14,254). Sum of RGB (Red+Green+Blue) = 17+14+254=285 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.96% from 285); Green value is 14 (5.86% from 255 or 4.91% from 285); Blue value is 254 (99.61% from 255 or 89.12% from 285); Max value from RGB is 254 - color contains mainly: blue. Hex color #110EFE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #110EFE is #EEF101. Grayscale: #292929. Windows color (decimal): -15659266 or 16649745. OLE color: 16649745.
HSL color Cylindrical-coordinate representation of color #110EFE: hue angle of 240.75º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #110EFE is Cyan = 0.93, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 17 | 14 | 254 | - |
| CMYK | 0.93 | 0.94 | 0 | 0.00 |
| HSL | 240.75º | 0.99% | 0.53% | - |
| HSV(B) | 240.75º | 0.94% | 1% | - |
| XYZ | 18.28 | 7.59 | 94.27 | - |
| YUV | 42.26 | 247.49 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 14 | 254 | 0.93 | 0.94 | 0 | 0.00 | 240.75 | 0.99 | 0.53 |
| Hex | 11 | E | FE | 5D | 5E | 0 | 0 | F1 | 63 | 35 |
| Octal | 21 | 16 | 376 | 135 | 136 | 0 | 0 | 361 | 143 | 65 |
| Binary | 10001 | 1110 | 11111110 | 1011101 | 1011110 | 0 | 0 | 11110001 | 1100011 | 110101 |
Color Harmonies of #110EFE
Complementary color
Monochromatic Colors of #110EFE
Black with #110EFE
Text Example
Text Example
White with #110EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110EFE; }
p { color: rgb(17,14,254); }
H1.HeaderClassName
{
color: #110EFE;
}
.AnyTagClassName
{
color: #110EFE;
}
</style>
background-color css
<style>
a { background-color: #110EFE; }
a { background-color: rgb(17,14,254); }
div.DivClassName
{
background-color: #110EFE;
}
.BgClassName
{
background-color: #110EFE;
}
</style>
border-color css
<style>
span { border-color: #110EFE; }
span { border-color: rgb(17,14,254); }
td.TdClassName
{
border-color: #110EFE;
}
.TagClassName
{
border-color: #110EFE;
}
</style>