Shades of Blue #111AF6
Tints of Blue #111AF6
RGB
CMYK
RGB Variations
Color information
#111AF6 (or 0x111AF6) is known color: Blue. HEX triplet: 11, 1A and F6. RGB value is (17,26,246). Sum of RGB (Red+Green+Blue) = 17+26+246=289 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.88% from 289); Green value is 26 (10.55% from 255 or 9.00% from 289); Blue value is 246 (96.48% from 255 or 85.12% from 289); Max value from RGB is 246 - color contains mainly: blue. Hex color #111AF6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #111AF6 is #EEE509. Grayscale: #2F2F2F. Windows color (decimal): -15656202 or 16128529. OLE color: 16128529.
HSL color Cylindrical-coordinate representation of color #111AF6: hue angle of 237.64º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #111AF6 is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 17 | 26 | 246 | - |
| CMYK | 0.93 | 0.89 | 0 | 0.04 |
| HSL | 237.64º | 0.93% | 0.52% | - |
| HSV(B) | 237.64º | 0.93% | 0.96% | - |
| XYZ | 17.24 | 7.51 | 87.73 | - |
| YUV | 48.39 | 239.52 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 26 | 246 | 0.93 | 0.89 | 0 | 0.04 | 237.64 | 0.93 | 0.52 |
| Hex | 11 | 1A | F6 | 5D | 59 | 0 | 4 | EE | 5D | 34 |
| Octal | 21 | 32 | 366 | 135 | 131 | 0 | 4 | 356 | 135 | 64 |
| Binary | 10001 | 11010 | 11110110 | 1011101 | 1011001 | 0 | 100 | 11101110 | 1011101 | 110100 |
Color Harmonies of #111AF6
Complementary color
Monochromatic Colors of #111AF6
Black with #111AF6
Text Example
Text Example
White with #111AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111AF6; }
p { color: rgb(17,26,246); }
H1.HeaderClassName
{
color: #111AF6;
}
.AnyTagClassName
{
color: #111AF6;
}
</style>
background-color css
<style>
a { background-color: #111AF6; }
a { background-color: rgb(17,26,246); }
div.DivClassName
{
background-color: #111AF6;
}
.BgClassName
{
background-color: #111AF6;
}
</style>
border-color css
<style>
span { border-color: #111AF6; }
span { border-color: rgb(17,26,246); }
td.TdClassName
{
border-color: #111AF6;
}
.TagClassName
{
border-color: #111AF6;
}
</style>