Shades of Blue #110FFC
Tints of Blue #110FFC
RGB
CMYK
RGB Variations
Color information
#110FFC (or 0x110FFC) is known color: Blue. HEX triplet: 11, 0F and FC. RGB value is (17,15,252). Sum of RGB (Red+Green+Blue) = 17+15+252=284 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.99% from 284); Green value is 15 (6.25% from 255 or 5.28% from 284); Blue value is 252 (98.83% from 255 or 88.73% from 284); Max value from RGB is 252 - color contains mainly: blue. Hex color #110FFC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #110FFC is #EEF003. Grayscale: #292929. Windows color (decimal): -15659012 or 16518929. OLE color: 16518929.
HSL color Cylindrical-coordinate representation of color #110FFC: hue angle of 240.51º 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 #110FFC is Cyan = 0.93, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 15 | 252 | - |
| CMYK | 0.93 | 0.94 | 0 | 0.01 |
| HSL | 240.51º | 0.98% | 0.52% | - |
| HSV(B) | 240.51º | 0.94% | 0.99% | - |
| XYZ | 17.97 | 7.49 | 92.59 | - |
| YUV | 42.62 | 246.16 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 15 | 252 | 0.93 | 0.94 | 0 | 0.01 | 240.51 | 0.98 | 0.52 |
| Hex | 11 | F | FC | 5D | 5E | 0 | 1 | F1 | 62 | 34 |
| Octal | 21 | 17 | 374 | 135 | 136 | 0 | 1 | 361 | 142 | 64 |
| Binary | 10001 | 1111 | 11111100 | 1011101 | 1011110 | 0 | 1 | 11110001 | 1100010 | 110100 |
Color Harmonies of #110FFC
Complementary color
Monochromatic Colors of #110FFC
Black with #110FFC
Text Example
Text Example
White with #110FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110FFC; }
p { color: rgb(17,15,252); }
H1.HeaderClassName
{
color: #110FFC;
}
.AnyTagClassName
{
color: #110FFC;
}
</style>
background-color css
<style>
a { background-color: #110FFC; }
a { background-color: rgb(17,15,252); }
div.DivClassName
{
background-color: #110FFC;
}
.BgClassName
{
background-color: #110FFC;
}
</style>
border-color css
<style>
span { border-color: #110FFC; }
span { border-color: rgb(17,15,252); }
td.TdClassName
{
border-color: #110FFC;
}
.TagClassName
{
border-color: #110FFC;
}
</style>