Shades of Blue #110EFA
Tints of Blue #110EFA
RGB
CMYK
RGB Variations
Color information
#110EFA (or 0x110EFA) is known color: Blue. HEX triplet: 11, 0E and FA. RGB value is (17,14,250). Sum of RGB (Red+Green+Blue) = 17+14+250=281 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.05% from 281); Green value is 14 (5.86% from 255 or 4.98% from 281); Blue value is 250 (98.05% from 255 or 88.97% from 281); Max value from RGB is 250 - color contains mainly: blue. Hex color #110EFA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #110EFA is #EEF105. Grayscale: #282828. Windows color (decimal): -15659270 or 16387601. OLE color: 16387601.
HSL color Cylindrical-coordinate representation of color #110EFA: hue angle of 240.76º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #110EFA is Cyan = 0.93, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 14 | 250 | - |
| CMYK | 0.93 | 0.94 | 0 | 0.02 |
| HSL | 240.76º | 0.96% | 0.52% | - |
| HSV(B) | 240.76º | 0.94% | 0.98% | - |
| XYZ | 17.64 | 7.34 | 90.93 | - |
| YUV | 41.8 | 245.49 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 14 | 250 | 0.93 | 0.94 | 0 | 0.02 | 240.76 | 0.96 | 0.52 |
| Hex | 11 | E | FA | 5D | 5E | 0 | 2 | F1 | 60 | 34 |
| Octal | 21 | 16 | 372 | 135 | 136 | 0 | 2 | 361 | 140 | 64 |
| Binary | 10001 | 1110 | 11111010 | 1011101 | 1011110 | 0 | 10 | 11110001 | 1100000 | 110100 |
Color Harmonies of #110EFA
Complementary color
Monochromatic Colors of #110EFA
Black with #110EFA
Text Example
Text Example
White with #110EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110EFA; }
p { color: rgb(17,14,250); }
H1.HeaderClassName
{
color: #110EFA;
}
.AnyTagClassName
{
color: #110EFA;
}
</style>
background-color css
<style>
a { background-color: #110EFA; }
a { background-color: rgb(17,14,250); }
div.DivClassName
{
background-color: #110EFA;
}
.BgClassName
{
background-color: #110EFA;
}
</style>
border-color css
<style>
span { border-color: #110EFA; }
span { border-color: rgb(17,14,250); }
td.TdClassName
{
border-color: #110EFA;
}
.TagClassName
{
border-color: #110EFA;
}
</style>