Shades of Blue #111FFF
Tints of Blue #111FFF
RGB
CMYK
RGB Variations
Color information
#111FFF (or 0x111FFF) is known color: Blue. HEX triplet: 11, 1F and FF. RGB value is (17,31,255). Sum of RGB (Red+Green+Blue) = 17+31+255=303 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.61% from 303); Green value is 31 (12.5% from 255 or 10.23% from 303); Blue value is 255 (100% from 255 or 84.16% from 303); Max value from RGB is 255 - color contains mainly: blue. Hex color #111FFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #111FFF is #EEE000. Grayscale: #333333. Windows color (decimal): -15654913 or 16719633. OLE color: 16719633.
HSL color Cylindrical-coordinate representation of color #111FFF: hue angle of 236.47º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #111FFF is Cyan = 0.93, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 31 | 255 | - |
| CMYK | 0.93 | 0.88 | 0 | 0 |
| HSL | 236.47º | 1% | 0.53% | - |
| HSV(B) | 236.47º | 0.93% | 1% | - |
| XYZ | 18.77 | 8.32 | 95.22 | - |
| YUV | 52.35 | 242.36 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 31 | 255 | 0.93 | 0.88 | 0 | 0 | 236.47 | 1 | 0.53 |
| Hex | 11 | 1F | FF | 5D | 58 | 0 | 0 | EC | 64 | 35 |
| Octal | 21 | 37 | 377 | 135 | 130 | 0 | 0 | 354 | 144 | 65 |
| Binary | 10001 | 11111 | 11111111 | 1011101 | 1011000 | 0 | 0 | 11101100 | 1100100 | 110101 |
Color Harmonies of #111FFF
Complementary color
Monochromatic Colors of #111FFF
Black with #111FFF
Text Example
Text Example
White with #111FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111FFF; }
p { color: rgb(17,31,255); }
H1.HeaderClassName
{
color: #111FFF;
}
.AnyTagClassName
{
color: #111FFF;
}
</style>
background-color css
<style>
a { background-color: #111FFF; }
a { background-color: rgb(17,31,255); }
div.DivClassName
{
background-color: #111FFF;
}
.BgClassName
{
background-color: #111FFF;
}
</style>
border-color css
<style>
span { border-color: #111FFF; }
span { border-color: rgb(17,31,255); }
td.TdClassName
{
border-color: #111FFF;
}
.TagClassName
{
border-color: #111FFF;
}
</style>