Shades of Blue #1120FF
Tints of Blue #1120FF
RGB
CMYK
RGB Variations
Color information
#1120FF (or 0x1120FF) is known color: Blue. HEX triplet: 11, 20 and FF. RGB value is (17,32,255). Sum of RGB (Red+Green+Blue) = 17+32+255=304 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.59% from 304); Green value is 32 (12.89% from 255 or 10.53% from 304); Blue value is 255 (100% from 255 or 83.88% from 304); Max value from RGB is 255 - color contains mainly: blue. Hex color #1120FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1120FF is #EEDF00. Grayscale: #343434. Windows color (decimal): -15654657 or 16719889. OLE color: 16719889.
HSL color Cylindrical-coordinate representation of color #1120FF: hue angle of 236.22º 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 #1120FF is Cyan = 0.93, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 32 | 255 | - |
| CMYK | 0.93 | 0.87 | 0 | 0 |
| HSL | 236.22º | 1% | 0.53% | - |
| HSV(B) | 236.22º | 0.93% | 1% | - |
| XYZ | 18.8 | 8.37 | 95.23 | - |
| YUV | 52.94 | 242.03 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 32 | 255 | 0.93 | 0.87 | 0 | 0 | 236.22 | 1 | 0.53 |
| Hex | 11 | 20 | FF | 5D | 57 | 0 | 0 | EC | 64 | 35 |
| Octal | 21 | 40 | 377 | 135 | 127 | 0 | 0 | 354 | 144 | 65 |
| Binary | 10001 | 100000 | 11111111 | 1011101 | 1010111 | 0 | 0 | 11101100 | 1100100 | 110101 |
Color Harmonies of #1120FF
Complementary color
Monochromatic Colors of #1120FF
Black with #1120FF
Text Example
Text Example
White with #1120FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1120FF; }
p { color: rgb(17,32,255); }
H1.HeaderClassName
{
color: #1120FF;
}
.AnyTagClassName
{
color: #1120FF;
}
</style>
background-color css
<style>
a { background-color: #1120FF; }
a { background-color: rgb(17,32,255); }
div.DivClassName
{
background-color: #1120FF;
}
.BgClassName
{
background-color: #1120FF;
}
</style>
border-color css
<style>
span { border-color: #1120FF; }
span { border-color: rgb(17,32,255); }
td.TdClassName
{
border-color: #1120FF;
}
.TagClassName
{
border-color: #1120FF;
}
</style>