Shades of Blue #1128FC
Tints of Blue #1128FC
RGB
CMYK
RGB Variations
Color information
#1128FC (or 0x1128FC) is known color: Blue. HEX triplet: 11, 28 and FC. RGB value is (17,40,252). Sum of RGB (Red+Green+Blue) = 17+40+252=309 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.50% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 252 (98.83% from 255 or 81.55% from 309); Max value from RGB is 252 - color contains mainly: blue. Hex color #1128FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1128FC is #EED703. Grayscale: #383838. Windows color (decimal): -15652612 or 16525329. OLE color: 16525329.
HSL color Cylindrical-coordinate representation of color #1128FC: hue angle of 234.13º 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 #1128FC is Cyan = 0.93, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 40 | 252 | - |
| CMYK | 0.93 | 0.84 | 0 | 0.01 |
| HSL | 234.13º | 0.98% | 0.53% | - |
| HSV(B) | 234.13º | 0.93% | 0.99% | - |
| XYZ | 18.56 | 8.67 | 92.79 | - |
| YUV | 57.29 | 237.88 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 40 | 252 | 0.93 | 0.84 | 0 | 0.01 | 234.13 | 0.98 | 0.53 |
| Hex | 11 | 28 | FC | 5D | 54 | 0 | 1 | EA | 62 | 35 |
| Octal | 21 | 50 | 374 | 135 | 124 | 0 | 1 | 352 | 142 | 65 |
| Binary | 10001 | 101000 | 11111100 | 1011101 | 1010100 | 0 | 1 | 11101010 | 1100010 | 110101 |
Color Harmonies of #1128FC
Complementary color
Monochromatic Colors of #1128FC
Black with #1128FC
Text Example
Text Example
White with #1128FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1128FC; }
p { color: rgb(17,40,252); }
H1.HeaderClassName
{
color: #1128FC;
}
.AnyTagClassName
{
color: #1128FC;
}
</style>
background-color css
<style>
a { background-color: #1128FC; }
a { background-color: rgb(17,40,252); }
div.DivClassName
{
background-color: #1128FC;
}
.BgClassName
{
background-color: #1128FC;
}
</style>
border-color css
<style>
span { border-color: #1128FC; }
span { border-color: rgb(17,40,252); }
td.TdClassName
{
border-color: #1128FC;
}
.TagClassName
{
border-color: #1128FC;
}
</style>