Shades of Blue #1119FD
Tints of Blue #1119FD
RGB
CMYK
RGB Variations
Color information
#1119FD (or 0x1119FD) is known color: Blue. HEX triplet: 11, 19 and FD. RGB value is (17,25,253). Sum of RGB (Red+Green+Blue) = 17+25+253=295 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.76% from 295); Green value is 25 (10.16% from 255 or 8.47% from 295); Blue value is 253 (99.22% from 255 or 85.76% from 295); Max value from RGB is 253 - color contains mainly: blue. Hex color #1119FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1119FD is #EEE602. Grayscale: #2F2F2F. Windows color (decimal): -15656451 or 16587025. OLE color: 16587025.
HSL color Cylindrical-coordinate representation of color #1119FD: hue angle of 237.97º 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 #1119FD is Cyan = 0.93, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 25 | 253 | - |
| CMYK | 0.93 | 0.90 | 0 | 0.01 |
| HSL | 237.97º | 0.98% | 0.53% | - |
| HSV(B) | 237.97º | 0.93% | 0.99% | - |
| XYZ | 18.31 | 7.91 | 93.49 | - |
| YUV | 48.6 | 243.35 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 25 | 253 | 0.93 | 0.90 | 0 | 0.01 | 237.97 | 0.98 | 0.53 |
| Hex | 11 | 19 | FD | 5D | 5A | 0 | 1 | EE | 62 | 35 |
| Octal | 21 | 31 | 375 | 135 | 132 | 0 | 1 | 356 | 142 | 65 |
| Binary | 10001 | 11001 | 11111101 | 1011101 | 1011010 | 0 | 1 | 11101110 | 1100010 | 110101 |
Color Harmonies of #1119FD
Complementary color
Monochromatic Colors of #1119FD
Black with #1119FD
Text Example
Text Example
White with #1119FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1119FD; }
p { color: rgb(17,25,253); }
H1.HeaderClassName
{
color: #1119FD;
}
.AnyTagClassName
{
color: #1119FD;
}
</style>
background-color css
<style>
a { background-color: #1119FD; }
a { background-color: rgb(17,25,253); }
div.DivClassName
{
background-color: #1119FD;
}
.BgClassName
{
background-color: #1119FD;
}
</style>
border-color css
<style>
span { border-color: #1119FD; }
span { border-color: rgb(17,25,253); }
td.TdClassName
{
border-color: #1119FD;
}
.TagClassName
{
border-color: #1119FD;
}
</style>