Shades of Blue #110FEA
Tints of Blue #110FEA
RGB
CMYK
RGB Variations
Color information
#110FEA (or 0x110FEA) is known color: Blue. HEX triplet: 11, 0F and EA. RGB value is (17,15,234). Sum of RGB (Red+Green+Blue) = 17+15+234=266 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.39% from 266); Green value is 15 (6.25% from 255 or 5.64% from 266); Blue value is 234 (91.80% from 255 or 87.97% from 266); Max value from RGB is 234 - color contains mainly: blue. Hex color #110FEA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #110FEA is #EEF015. Grayscale: #272727. Windows color (decimal): -15659030 or 15339281. OLE color: 15339281.
HSL color Cylindrical-coordinate representation of color #110FEA: hue angle of 240.55º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #110FEA is Cyan = 0.93, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 17 | 15 | 234 | - |
| CMYK | 0.93 | 0.94 | 0 | 0.08 |
| HSL | 240.55º | 0.88% | 0.49% | - |
| HSV(B) | 240.55º | 0.94% | 0.92% | - |
| XYZ | 15.25 | 6.4 | 78.27 | - |
| YUV | 40.56 | 237.16 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 15 | 234 | 0.93 | 0.94 | 0 | 0.08 | 240.55 | 0.88 | 0.49 |
| Hex | 11 | F | EA | 5D | 5E | 0 | 8 | F1 | 58 | 31 |
| Octal | 21 | 17 | 352 | 135 | 136 | 0 | 10 | 361 | 130 | 61 |
| Binary | 10001 | 1111 | 11101010 | 1011101 | 1011110 | 0 | 1000 | 11110001 | 1011000 | 110001 |
Color Harmonies of #110FEA
Complementary color
Monochromatic Colors of #110FEA
Black with #110FEA
Text Example
Text Example
White with #110FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110FEA; }
p { color: rgb(17,15,234); }
H1.HeaderClassName
{
color: #110FEA;
}
.AnyTagClassName
{
color: #110FEA;
}
</style>
background-color css
<style>
a { background-color: #110FEA; }
a { background-color: rgb(17,15,234); }
div.DivClassName
{
background-color: #110FEA;
}
.BgClassName
{
background-color: #110FEA;
}
</style>
border-color css
<style>
span { border-color: #110FEA; }
span { border-color: rgb(17,15,234); }
td.TdClassName
{
border-color: #110FEA;
}
.TagClassName
{
border-color: #110FEA;
}
</style>