Shades of Blue #1117FA
Tints of Blue #1117FA
RGB
CMYK
RGB Variations
Color information
#1117FA (or 0x1117FA) is known color: Blue. HEX triplet: 11, 17 and FA. RGB value is (17,23,250). Sum of RGB (Red+Green+Blue) = 17+23+250=290 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.86% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 250 (98.05% from 255 or 86.21% from 290); Max value from RGB is 250 - color contains mainly: blue. Hex color #1117FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1117FA is #EEE805. Grayscale: #2E2E2E. Windows color (decimal): -15656966 or 16389905. OLE color: 16389905.
HSL color Cylindrical-coordinate representation of color #1117FA: hue angle of 238.45º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1117FA is Cyan = 0.93, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 23 | 250 | - |
| CMYK | 0.93 | 0.91 | 0 | 0.02 |
| HSL | 238.45º | 0.96% | 0.52% | - |
| HSV(B) | 238.45º | 0.93% | 0.98% | - |
| XYZ | 17.79 | 7.63 | 90.98 | - |
| YUV | 47.08 | 242.51 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 23 | 250 | 0.93 | 0.91 | 0 | 0.02 | 238.45 | 0.96 | 0.52 |
| Hex | 11 | 17 | FA | 5D | 5B | 0 | 2 | EE | 60 | 34 |
| Octal | 21 | 27 | 372 | 135 | 133 | 0 | 2 | 356 | 140 | 64 |
| Binary | 10001 | 10111 | 11111010 | 1011101 | 1011011 | 0 | 10 | 11101110 | 1100000 | 110100 |
Color Harmonies of #1117FA
Complementary color
Monochromatic Colors of #1117FA
Black with #1117FA
Text Example
Text Example
White with #1117FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1117FA; }
p { color: rgb(17,23,250); }
H1.HeaderClassName
{
color: #1117FA;
}
.AnyTagClassName
{
color: #1117FA;
}
</style>
background-color css
<style>
a { background-color: #1117FA; }
a { background-color: rgb(17,23,250); }
div.DivClassName
{
background-color: #1117FA;
}
.BgClassName
{
background-color: #1117FA;
}
</style>
border-color css
<style>
span { border-color: #1117FA; }
span { border-color: rgb(17,23,250); }
td.TdClassName
{
border-color: #1117FA;
}
.TagClassName
{
border-color: #1117FA;
}
</style>