Shades of Blue #1117FF
Tints of Blue #1117FF
RGB
CMYK
RGB Variations
Color information
#1117FF (or 0x1117FF) is known color: Blue. HEX triplet: 11, 17 and FF. RGB value is (17,23,255). Sum of RGB (Red+Green+Blue) = 17+23+255=295 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.76% from 295); Green value is 23 (9.38% from 255 or 7.80% from 295); Blue value is 255 (100% from 255 or 86.44% from 295); Max value from RGB is 255 - color contains mainly: blue. Hex color #1117FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1117FF is #EEE800. Grayscale: #2E2E2E. Windows color (decimal): -15656961 or 16717585. OLE color: 16717585.
HSL color Cylindrical-coordinate representation of color #1117FF: hue angle of 238.49º 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 #1117FF is Cyan = 0.93, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 23 | 255 | - |
| CMYK | 0.93 | 0.91 | 0 | 0 |
| HSL | 238.49º | 1% | 0.53% | - |
| HSV(B) | 238.49º | 0.93% | 1% | - |
| XYZ | 18.59 | 7.95 | 95.16 | - |
| YUV | 47.65 | 245.01 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 23 | 255 | 0.93 | 0.91 | 0 | 0 | 238.49 | 1 | 0.53 |
| Hex | 11 | 17 | FF | 5D | 5B | 0 | 0 | EE | 64 | 35 |
| Octal | 21 | 27 | 377 | 135 | 133 | 0 | 0 | 356 | 144 | 65 |
| Binary | 10001 | 10111 | 11111111 | 1011101 | 1011011 | 0 | 0 | 11101110 | 1100100 | 110101 |
Color Harmonies of #1117FF
Complementary color
Monochromatic Colors of #1117FF
Black with #1117FF
Text Example
Text Example
White with #1117FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1117FF; }
p { color: rgb(17,23,255); }
H1.HeaderClassName
{
color: #1117FF;
}
.AnyTagClassName
{
color: #1117FF;
}
</style>
background-color css
<style>
a { background-color: #1117FF; }
a { background-color: rgb(17,23,255); }
div.DivClassName
{
background-color: #1117FF;
}
.BgClassName
{
background-color: #1117FF;
}
</style>
border-color css
<style>
span { border-color: #1117FF; }
span { border-color: rgb(17,23,255); }
td.TdClassName
{
border-color: #1117FF;
}
.TagClassName
{
border-color: #1117FF;
}
</style>