Shades of Blue #1119FC
Tints of Blue #1119FC
RGB
CMYK
RGB Variations
Color information
#1119FC (or 0x1119FC) is known color: Blue. HEX triplet: 11, 19 and FC. RGB value is (17,25,252). Sum of RGB (Red+Green+Blue) = 17+25+252=294 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.78% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 252 (98.83% from 255 or 85.71% from 294); Max value from RGB is 252 - color contains mainly: blue. Hex color #1119FC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1119FC is #EEE603. Grayscale: #2F2F2F. Windows color (decimal): -15656452 or 16521489. OLE color: 16521489.
HSL color Cylindrical-coordinate representation of color #1119FC: hue angle of 237.96º 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 #1119FC is Cyan = 0.93, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 25 | 252 | - |
| CMYK | 0.93 | 0.90 | 0 | 0.01 |
| HSL | 237.96º | 0.98% | 0.53% | - |
| HSV(B) | 237.96º | 0.93% | 0.99% | - |
| XYZ | 18.15 | 7.84 | 92.65 | - |
| YUV | 48.49 | 242.85 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 25 | 252 | 0.93 | 0.90 | 0 | 0.01 | 237.96 | 0.98 | 0.53 |
| Hex | 11 | 19 | FC | 5D | 5A | 0 | 1 | EE | 62 | 35 |
| Octal | 21 | 31 | 374 | 135 | 132 | 0 | 1 | 356 | 142 | 65 |
| Binary | 10001 | 11001 | 11111100 | 1011101 | 1011010 | 0 | 1 | 11101110 | 1100010 | 110101 |
Color Harmonies of #1119FC
Complementary color
Monochromatic Colors of #1119FC
Black with #1119FC
Text Example
Text Example
White with #1119FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1119FC; }
p { color: rgb(17,25,252); }
H1.HeaderClassName
{
color: #1119FC;
}
.AnyTagClassName
{
color: #1119FC;
}
</style>
background-color css
<style>
a { background-color: #1119FC; }
a { background-color: rgb(17,25,252); }
div.DivClassName
{
background-color: #1119FC;
}
.BgClassName
{
background-color: #1119FC;
}
</style>
border-color css
<style>
span { border-color: #1119FC; }
span { border-color: rgb(17,25,252); }
td.TdClassName
{
border-color: #1119FC;
}
.TagClassName
{
border-color: #1119FC;
}
</style>