Shades of Blue #1130FC
Tints of Blue #1130FC
RGB
CMYK
RGB Variations
Color information
#1130FC (or 0x1130FC) is known color: Blue. HEX triplet: 11, 30 and FC. RGB value is (17,48,252). Sum of RGB (Red+Green+Blue) = 17+48+252=317 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.36% from 317); Green value is 48 (19.14% from 255 or 15.14% from 317); Blue value is 252 (98.83% from 255 or 79.50% from 317); Max value from RGB is 252 - color contains mainly: blue. Hex color #1130FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1130FC is #EECF03. Grayscale: #3D3D3D. Windows color (decimal): -15650564 or 16527377. OLE color: 16527377.
HSL color Cylindrical-coordinate representation of color #1130FC: hue angle of 232.09º 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 #1130FC is Cyan = 0.93, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 48 | 252 | - |
| CMYK | 0.93 | 0.81 | 0 | 0.01 |
| HSL | 232.09º | 0.98% | 0.53% | - |
| HSV(B) | 232.09º | 0.93% | 0.99% | - |
| XYZ | 18.86 | 9.26 | 92.89 | - |
| YUV | 61.99 | 235.23 | 95.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 48 | 252 | 0.93 | 0.81 | 0 | 0.01 | 232.09 | 0.98 | 0.53 |
| Hex | 11 | 30 | FC | 5D | 51 | 0 | 1 | E8 | 62 | 35 |
| Octal | 21 | 60 | 374 | 135 | 121 | 0 | 1 | 350 | 142 | 65 |
| Binary | 10001 | 110000 | 11111100 | 1011101 | 1010001 | 0 | 1 | 11101000 | 1100010 | 110101 |
Color Harmonies of #1130FC
Complementary color
Monochromatic Colors of #1130FC
Black with #1130FC
Text Example
Text Example
White with #1130FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1130FC; }
p { color: rgb(17,48,252); }
H1.HeaderClassName
{
color: #1130FC;
}
.AnyTagClassName
{
color: #1130FC;
}
</style>
background-color css
<style>
a { background-color: #1130FC; }
a { background-color: rgb(17,48,252); }
div.DivClassName
{
background-color: #1130FC;
}
.BgClassName
{
background-color: #1130FC;
}
</style>
border-color css
<style>
span { border-color: #1130FC; }
span { border-color: rgb(17,48,252); }
td.TdClassName
{
border-color: #1130FC;
}
.TagClassName
{
border-color: #1130FC;
}
</style>