Shades of Blue #1120FD
Tints of Blue #1120FD
RGB
CMYK
RGB Variations
Color information
#1120FD (or 0x1120FD) is known color: Blue. HEX triplet: 11, 20 and FD. RGB value is (17,32,253). Sum of RGB (Red+Green+Blue) = 17+32+253=302 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.63% from 302); Green value is 32 (12.89% from 255 or 10.60% from 302); Blue value is 253 (99.22% from 255 or 83.77% from 302); Max value from RGB is 253 - color contains mainly: blue. Hex color #1120FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1120FD is #EEDF02. Grayscale: #333333. Windows color (decimal): -15654659 or 16588817. OLE color: 16588817.
HSL color Cylindrical-coordinate representation of color #1120FD: hue angle of 236.19º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1120FD is Cyan = 0.93, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 32 | 253 | - |
| CMYK | 0.93 | 0.87 | 0 | 0.01 |
| HSL | 236.19º | 0.98% | 0.53% | - |
| HSV(B) | 236.19º | 0.93% | 0.99% | - |
| XYZ | 18.48 | 8.24 | 93.55 | - |
| YUV | 52.71 | 241.03 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 32 | 253 | 0.93 | 0.87 | 0 | 0.01 | 236.19 | 0.98 | 0.53 |
| Hex | 11 | 20 | FD | 5D | 57 | 0 | 1 | EC | 62 | 35 |
| Octal | 21 | 40 | 375 | 135 | 127 | 0 | 1 | 354 | 142 | 65 |
| Binary | 10001 | 100000 | 11111101 | 1011101 | 1010111 | 0 | 1 | 11101100 | 1100010 | 110101 |
Color Harmonies of #1120FD
Complementary color
Monochromatic Colors of #1120FD
Black with #1120FD
Text Example
Text Example
White with #1120FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1120FD; }
p { color: rgb(17,32,253); }
H1.HeaderClassName
{
color: #1120FD;
}
.AnyTagClassName
{
color: #1120FD;
}
</style>
background-color css
<style>
a { background-color: #1120FD; }
a { background-color: rgb(17,32,253); }
div.DivClassName
{
background-color: #1120FD;
}
.BgClassName
{
background-color: #1120FD;
}
</style>
border-color css
<style>
span { border-color: #1120FD; }
span { border-color: rgb(17,32,253); }
td.TdClassName
{
border-color: #1120FD;
}
.TagClassName
{
border-color: #1120FD;
}
</style>