Shades of Blue #110FF2
Tints of Blue #110FF2
RGB
CMYK
RGB Variations
Color information
#110FF2 (or 0x110FF2) is known color: Blue. HEX triplet: 11, 0F and F2. RGB value is (17,15,242). Sum of RGB (Red+Green+Blue) = 17+15+242=274 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.20% from 274); Green value is 15 (6.25% from 255 or 5.47% from 274); Blue value is 242 (94.92% from 255 or 88.32% from 274); Max value from RGB is 242 - color contains mainly: blue. Hex color #110FF2 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #110FF2 is #EEF00D. Grayscale: #282828. Windows color (decimal): -15659022 or 15863569. OLE color: 15863569.
HSL color Cylindrical-coordinate representation of color #110FF2: hue angle of 240.53º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #110FF2 is Cyan = 0.93, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 17 | 15 | 242 | - |
| CMYK | 0.93 | 0.94 | 0 | 0.05 |
| HSL | 240.53º | 0.9% | 0.5% | - |
| HSV(B) | 240.53º | 0.94% | 0.95% | - |
| XYZ | 16.43 | 6.87 | 84.46 | - |
| YUV | 41.48 | 241.16 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 15 | 242 | 0.93 | 0.94 | 0 | 0.05 | 240.53 | 0.9 | 0.5 |
| Hex | 11 | F | F2 | 5D | 5E | 0 | 5 | F1 | 5A | 32 |
| Octal | 21 | 17 | 362 | 135 | 136 | 0 | 5 | 361 | 132 | 62 |
| Binary | 10001 | 1111 | 11110010 | 1011101 | 1011110 | 0 | 101 | 11110001 | 1011010 | 110010 |
Color Harmonies of #110FF2
Complementary color
Monochromatic Colors of #110FF2
Black with #110FF2
Text Example
Text Example
White with #110FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110FF2; }
p { color: rgb(17,15,242); }
H1.HeaderClassName
{
color: #110FF2;
}
.AnyTagClassName
{
color: #110FF2;
}
</style>
background-color css
<style>
a { background-color: #110FF2; }
a { background-color: rgb(17,15,242); }
div.DivClassName
{
background-color: #110FF2;
}
.BgClassName
{
background-color: #110FF2;
}
</style>
border-color css
<style>
span { border-color: #110FF2; }
span { border-color: rgb(17,15,242); }
td.TdClassName
{
border-color: #110FF2;
}
.TagClassName
{
border-color: #110FF2;
}
</style>