Shades of Blue #1128FD
Tints of Blue #1128FD
RGB
CMYK
RGB Variations
Color information
#1128FD (or 0x1128FD) is known color: Blue. HEX triplet: 11, 28 and FD. RGB value is (17,40,253). Sum of RGB (Red+Green+Blue) = 17+40+253=310 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.48% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 253 (99.22% from 255 or 81.61% from 310); Max value from RGB is 253 - color contains mainly: blue. Hex color #1128FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1128FD is #EED702. Grayscale: #383838. Windows color (decimal): -15652611 or 16590865. OLE color: 16590865.
HSL color Cylindrical-coordinate representation of color #1128FD: hue angle of 234.15º 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 #1128FD is Cyan = 0.93, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 40 | 253 | - |
| CMYK | 0.93 | 0.84 | 0 | 0.01 |
| HSL | 234.15º | 0.98% | 0.53% | - |
| HSV(B) | 234.15º | 0.93% | 0.99% | - |
| XYZ | 18.72 | 8.73 | 93.63 | - |
| YUV | 57.41 | 238.38 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 40 | 253 | 0.93 | 0.84 | 0 | 0.01 | 234.15 | 0.98 | 0.53 |
| Hex | 11 | 28 | FD | 5D | 54 | 0 | 1 | EA | 62 | 35 |
| Octal | 21 | 50 | 375 | 135 | 124 | 0 | 1 | 352 | 142 | 65 |
| Binary | 10001 | 101000 | 11111101 | 1011101 | 1010100 | 0 | 1 | 11101010 | 1100010 | 110101 |
Color Harmonies of #1128FD
Complementary color
Monochromatic Colors of #1128FD
Black with #1128FD
Text Example
Text Example
White with #1128FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1128FD; }
p { color: rgb(17,40,253); }
H1.HeaderClassName
{
color: #1128FD;
}
.AnyTagClassName
{
color: #1128FD;
}
</style>
background-color css
<style>
a { background-color: #1128FD; }
a { background-color: rgb(17,40,253); }
div.DivClassName
{
background-color: #1128FD;
}
.BgClassName
{
background-color: #1128FD;
}
</style>
border-color css
<style>
span { border-color: #1128FD; }
span { border-color: rgb(17,40,253); }
td.TdClassName
{
border-color: #1128FD;
}
.TagClassName
{
border-color: #1128FD;
}
</style>