Shades of Blue #110EFC
Tints of Blue #110EFC
RGB
CMYK
RGB Variations
Color information
#110EFC (or 0x110EFC) is known color: Blue. HEX triplet: 11, 0E and FC. RGB value is (17,14,252). Sum of RGB (Red+Green+Blue) = 17+14+252=283 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.01% from 283); Green value is 14 (5.86% from 255 or 4.95% from 283); Blue value is 252 (98.83% from 255 or 89.05% from 283); Max value from RGB is 252 - color contains mainly: blue. Hex color #110EFC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #110EFC is #EEF103. Grayscale: #292929. Windows color (decimal): -15659268 or 16518673. OLE color: 16518673.
HSL color Cylindrical-coordinate representation of color #110EFC: hue angle of 240.76º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #110EFC is Cyan = 0.93, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 14 | 252 | - |
| CMYK | 0.93 | 0.94 | 0 | 0.01 |
| HSL | 240.76º | 0.98% | 0.52% | - |
| HSV(B) | 240.76º | 0.94% | 0.99% | - |
| XYZ | 17.96 | 7.46 | 92.59 | - |
| YUV | 42.03 | 246.49 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 14 | 252 | 0.93 | 0.94 | 0 | 0.01 | 240.76 | 0.98 | 0.52 |
| Hex | 11 | E | FC | 5D | 5E | 0 | 1 | F1 | 62 | 34 |
| Octal | 21 | 16 | 374 | 135 | 136 | 0 | 1 | 361 | 142 | 64 |
| Binary | 10001 | 1110 | 11111100 | 1011101 | 1011110 | 0 | 1 | 11110001 | 1100010 | 110100 |
Color Harmonies of #110EFC
Complementary color
Monochromatic Colors of #110EFC
Black with #110EFC
Text Example
Text Example
White with #110EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110EFC; }
p { color: rgb(17,14,252); }
H1.HeaderClassName
{
color: #110EFC;
}
.AnyTagClassName
{
color: #110EFC;
}
</style>
background-color css
<style>
a { background-color: #110EFC; }
a { background-color: rgb(17,14,252); }
div.DivClassName
{
background-color: #110EFC;
}
.BgClassName
{
background-color: #110EFC;
}
</style>
border-color css
<style>
span { border-color: #110EFC; }
span { border-color: rgb(17,14,252); }
td.TdClassName
{
border-color: #110EFC;
}
.TagClassName
{
border-color: #110EFC;
}
</style>