Shades of Blue #1116EA
Tints of Blue #1116EA
RGB
CMYK
RGB Variations
Color information
#1116EA (or 0x1116EA) is known color: Blue. HEX triplet: 11, 16 and EA. RGB value is (17,22,234). Sum of RGB (Red+Green+Blue) = 17+22+234=273 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.23% from 273); Green value is 22 (8.98% from 255 or 8.06% from 273); Blue value is 234 (91.80% from 255 or 85.71% from 273); Max value from RGB is 234 - color contains mainly: blue. Hex color #1116EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1116EA is #EEE915. Grayscale: #2B2B2B. Windows color (decimal): -15657238 or 15341073. OLE color: 15341073.
HSL color Cylindrical-coordinate representation of color #1116EA: hue angle of 238.62º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1116EA is Cyan = 0.93, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 17 | 22 | 234 | - |
| CMYK | 0.93 | 0.91 | 0 | 0.08 |
| HSL | 238.62º | 0.86% | 0.49% | - |
| HSV(B) | 238.62º | 0.93% | 0.92% | - |
| XYZ | 15.37 | 6.63 | 78.31 | - |
| YUV | 44.67 | 234.84 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 22 | 234 | 0.93 | 0.91 | 0 | 0.08 | 238.62 | 0.86 | 0.49 |
| Hex | 11 | 16 | EA | 5D | 5B | 0 | 8 | EF | 56 | 31 |
| Octal | 21 | 26 | 352 | 135 | 133 | 0 | 10 | 357 | 126 | 61 |
| Binary | 10001 | 10110 | 11101010 | 1011101 | 1011011 | 0 | 1000 | 11101111 | 1010110 | 110001 |
Color Harmonies of #1116EA
Complementary color
Monochromatic Colors of #1116EA
Black with #1116EA
Text Example
Text Example
White with #1116EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1116EA; }
p { color: rgb(17,22,234); }
H1.HeaderClassName
{
color: #1116EA;
}
.AnyTagClassName
{
color: #1116EA;
}
</style>
background-color css
<style>
a { background-color: #1116EA; }
a { background-color: rgb(17,22,234); }
div.DivClassName
{
background-color: #1116EA;
}
.BgClassName
{
background-color: #1116EA;
}
</style>
border-color css
<style>
span { border-color: #1116EA; }
span { border-color: rgb(17,22,234); }
td.TdClassName
{
border-color: #1116EA;
}
.TagClassName
{
border-color: #1116EA;
}
</style>