Shades of Blue #1118FD
Tints of Blue #1118FD
RGB
CMYK
RGB Variations
Color information
#1118FD (or 0x1118FD) is known color: Blue. HEX triplet: 11, 18 and FD. RGB value is (17,24,253). Sum of RGB (Red+Green+Blue) = 17+24+253=294 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.78% from 294); Green value is 24 (9.77% from 255 or 8.16% from 294); Blue value is 253 (99.22% from 255 or 86.05% from 294); Max value from RGB is 253 - color contains mainly: blue. Hex color #1118FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1118FD is #EEE702. Grayscale: #2F2F2F. Windows color (decimal): -15656707 or 16586769. OLE color: 16586769.
HSL color Cylindrical-coordinate representation of color #1118FD: hue angle of 238.22º 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 #1118FD is Cyan = 0.93, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 24 | 253 | - |
| CMYK | 0.93 | 0.91 | 0 | 0.01 |
| HSL | 238.22º | 0.98% | 0.53% | - |
| HSV(B) | 238.22º | 0.93% | 0.99% | - |
| XYZ | 18.29 | 7.86 | 93.48 | - |
| YUV | 48.01 | 243.68 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 24 | 253 | 0.93 | 0.91 | 0 | 0.01 | 238.22 | 0.98 | 0.53 |
| Hex | 11 | 18 | FD | 5D | 5B | 0 | 1 | EE | 62 | 35 |
| Octal | 21 | 30 | 375 | 135 | 133 | 0 | 1 | 356 | 142 | 65 |
| Binary | 10001 | 11000 | 11111101 | 1011101 | 1011011 | 0 | 1 | 11101110 | 1100010 | 110101 |
Color Harmonies of #1118FD
Complementary color
Monochromatic Colors of #1118FD
Black with #1118FD
Text Example
Text Example
White with #1118FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1118FD; }
p { color: rgb(17,24,253); }
H1.HeaderClassName
{
color: #1118FD;
}
.AnyTagClassName
{
color: #1118FD;
}
</style>
background-color css
<style>
a { background-color: #1118FD; }
a { background-color: rgb(17,24,253); }
div.DivClassName
{
background-color: #1118FD;
}
.BgClassName
{
background-color: #1118FD;
}
</style>
border-color css
<style>
span { border-color: #1118FD; }
span { border-color: rgb(17,24,253); }
td.TdClassName
{
border-color: #1118FD;
}
.TagClassName
{
border-color: #1118FD;
}
</style>