Shades of Blue #1118FF
Tints of Blue #1118FF
RGB
CMYK
RGB Variations
Color information
#1118FF (or 0x1118FF) is known color: Blue. HEX triplet: 11, 18 and FF. RGB value is (17,24,255). Sum of RGB (Red+Green+Blue) = 17+24+255=296 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.74% from 296); Green value is 24 (9.77% from 255 or 8.11% from 296); Blue value is 255 (100% from 255 or 86.15% from 296); Max value from RGB is 255 - color contains mainly: blue. Hex color #1118FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1118FF is #EEE700. Grayscale: #2F2F2F. Windows color (decimal): -15656705 or 16717841. OLE color: 16717841.
HSL color Cylindrical-coordinate representation of color #1118FF: hue angle of 238.24º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1118FF is Cyan = 0.93, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 24 | 255 | - |
| CMYK | 0.93 | 0.91 | 0 | 0 |
| HSL | 238.24º | 1% | 0.53% | - |
| HSV(B) | 238.24º | 0.93% | 1% | - |
| XYZ | 18.61 | 7.99 | 95.17 | - |
| YUV | 48.24 | 244.68 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 24 | 255 | 0.93 | 0.91 | 0 | 0 | 238.24 | 1 | 0.53 |
| Hex | 11 | 18 | FF | 5D | 5B | 0 | 0 | EE | 64 | 35 |
| Octal | 21 | 30 | 377 | 135 | 133 | 0 | 0 | 356 | 144 | 65 |
| Binary | 10001 | 11000 | 11111111 | 1011101 | 1011011 | 0 | 0 | 11101110 | 1100100 | 110101 |
Color Harmonies of #1118FF
Complementary color
Monochromatic Colors of #1118FF
Black with #1118FF
Text Example
Text Example
White with #1118FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1118FF; }
p { color: rgb(17,24,255); }
H1.HeaderClassName
{
color: #1118FF;
}
.AnyTagClassName
{
color: #1118FF;
}
</style>
background-color css
<style>
a { background-color: #1118FF; }
a { background-color: rgb(17,24,255); }
div.DivClassName
{
background-color: #1118FF;
}
.BgClassName
{
background-color: #1118FF;
}
</style>
border-color css
<style>
span { border-color: #1118FF; }
span { border-color: rgb(17,24,255); }
td.TdClassName
{
border-color: #1118FF;
}
.TagClassName
{
border-color: #1118FF;
}
</style>