Shades of Blue #1128FF
Tints of Blue #1128FF
RGB
CMYK
RGB Variations
Color information
#1128FF (or 0x1128FF) is known color: Blue. HEX triplet: 11, 28 and FF. RGB value is (17,40,255). Sum of RGB (Red+Green+Blue) = 17+40+255=312 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.45% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 255 (100% from 255 or 81.73% from 312); Max value from RGB is 255 - color contains mainly: blue. Hex color #1128FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1128FF is #EED700. Grayscale: #383838. Windows color (decimal): -15652609 or 16721937. OLE color: 16721937.
HSL color Cylindrical-coordinate representation of color #1128FF: hue angle of 234.2º 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 #1128FF is Cyan = 0.93, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 40 | 255 | - |
| CMYK | 0.93 | 0.84 | 0 | 0 |
| HSL | 234.2º | 1% | 0.53% | - |
| HSV(B) | 234.2º | 0.93% | 1% | - |
| XYZ | 19.04 | 8.86 | 95.31 | - |
| YUV | 57.63 | 239.38 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 40 | 255 | 0.93 | 0.84 | 0 | 0 | 234.2 | 1 | 0.53 |
| Hex | 11 | 28 | FF | 5D | 54 | 0 | 0 | EA | 64 | 35 |
| Octal | 21 | 50 | 377 | 135 | 124 | 0 | 0 | 352 | 144 | 65 |
| Binary | 10001 | 101000 | 11111111 | 1011101 | 1010100 | 0 | 0 | 11101010 | 1100100 | 110101 |
Color Harmonies of #1128FF
Complementary color
Monochromatic Colors of #1128FF
Black with #1128FF
Text Example
Text Example
White with #1128FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1128FF; }
p { color: rgb(17,40,255); }
H1.HeaderClassName
{
color: #1128FF;
}
.AnyTagClassName
{
color: #1128FF;
}
</style>
background-color css
<style>
a { background-color: #1128FF; }
a { background-color: rgb(17,40,255); }
div.DivClassName
{
background-color: #1128FF;
}
.BgClassName
{
background-color: #1128FF;
}
</style>
border-color css
<style>
span { border-color: #1128FF; }
span { border-color: rgb(17,40,255); }
td.TdClassName
{
border-color: #1128FF;
}
.TagClassName
{
border-color: #1128FF;
}
</style>