Shades of Blue #111FF0
Tints of Blue #111FF0
RGB
CMYK
RGB Variations
Color information
#111FF0 (or 0x111FF0) is known color: Blue. HEX triplet: 11, 1F and F0. RGB value is (17,31,240). Sum of RGB (Red+Green+Blue) = 17+31+240=288 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.90% from 288); Green value is 31 (12.5% from 255 or 10.76% from 288); Blue value is 240 (94.14% from 255 or 83.33% from 288); Max value from RGB is 240 - color contains mainly: blue. Hex color #111FF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #111FF0 is #EEE00F. Grayscale: #313131. Windows color (decimal): -15654928 or 15736593. OLE color: 15736593.
HSL color Cylindrical-coordinate representation of color #111FF0: hue angle of 236.23º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #111FF0 is Cyan = 0.93, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 17 | 31 | 240 | - |
| CMYK | 0.93 | 0.87 | 0 | 0.06 |
| HSL | 236.23º | 0.88% | 0.5% | - |
| HSV(B) | 236.23º | 0.93% | 0.94% | - |
| XYZ | 16.45 | 7.39 | 83 | - |
| YUV | 50.64 | 234.86 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 31 | 240 | 0.93 | 0.87 | 0 | 0.06 | 236.23 | 0.88 | 0.5 |
| Hex | 11 | 1F | F0 | 5D | 57 | 0 | 6 | EC | 58 | 32 |
| Octal | 21 | 37 | 360 | 135 | 127 | 0 | 6 | 354 | 130 | 62 |
| Binary | 10001 | 11111 | 11110000 | 1011101 | 1010111 | 0 | 110 | 11101100 | 1011000 | 110010 |
Color Harmonies of #111FF0
Complementary color
Monochromatic Colors of #111FF0
Black with #111FF0
Text Example
Text Example
White with #111FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111FF0; }
p { color: rgb(17,31,240); }
H1.HeaderClassName
{
color: #111FF0;
}
.AnyTagClassName
{
color: #111FF0;
}
</style>
background-color css
<style>
a { background-color: #111FF0; }
a { background-color: rgb(17,31,240); }
div.DivClassName
{
background-color: #111FF0;
}
.BgClassName
{
background-color: #111FF0;
}
</style>
border-color css
<style>
span { border-color: #111FF0; }
span { border-color: rgb(17,31,240); }
td.TdClassName
{
border-color: #111FF0;
}
.TagClassName
{
border-color: #111FF0;
}
</style>