Shades of Blue #110FED
Tints of Blue #110FED
RGB
CMYK
RGB Variations
Color information
#110FED (or 0x110FED) is known color: Blue. HEX triplet: 11, 0F and ED. RGB value is (17,15,237). Sum of RGB (Red+Green+Blue) = 17+15+237=269 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.32% from 269); Green value is 15 (6.25% from 255 or 5.58% from 269); Blue value is 237 (92.97% from 255 or 88.10% from 269); Max value from RGB is 237 - color contains mainly: blue. Hex color #110FED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #110FED is #EEF012. Grayscale: #282828. Windows color (decimal): -15659027 or 15535889. OLE color: 15535889.
HSL color Cylindrical-coordinate representation of color #110FED: hue angle of 240.54º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #110FED is Cyan = 0.93, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 15 | 237 | - |
| CMYK | 0.93 | 0.94 | 0 | 0.07 |
| HSL | 240.54º | 0.88% | 0.49% | - |
| HSV(B) | 240.54º | 0.94% | 0.93% | - |
| XYZ | 15.69 | 6.58 | 80.56 | - |
| YUV | 40.91 | 238.66 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 15 | 237 | 0.93 | 0.94 | 0 | 0.07 | 240.54 | 0.88 | 0.49 |
| Hex | 11 | F | ED | 5D | 5E | 0 | 7 | F1 | 58 | 31 |
| Octal | 21 | 17 | 355 | 135 | 136 | 0 | 7 | 361 | 130 | 61 |
| Binary | 10001 | 1111 | 11101101 | 1011101 | 1011110 | 0 | 111 | 11110001 | 1011000 | 110001 |
Color Harmonies of #110FED
Complementary color
Monochromatic Colors of #110FED
Black with #110FED
Text Example
Text Example
White with #110FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110FED; }
p { color: rgb(17,15,237); }
H1.HeaderClassName
{
color: #110FED;
}
.AnyTagClassName
{
color: #110FED;
}
</style>
background-color css
<style>
a { background-color: #110FED; }
a { background-color: rgb(17,15,237); }
div.DivClassName
{
background-color: #110FED;
}
.BgClassName
{
background-color: #110FED;
}
</style>
border-color css
<style>
span { border-color: #110FED; }
span { border-color: rgb(17,15,237); }
td.TdClassName
{
border-color: #110FED;
}
.TagClassName
{
border-color: #110FED;
}
</style>