Shades of Blue #1109E7
Tints of Blue #1109E7
RGB
CMYK
RGB Variations
Color information
#1109E7 (or 0x1109E7) is known color: Blue. HEX triplet: 11, 09 and E7. RGB value is (17,9,231). Sum of RGB (Red+Green+Blue) = 17+9+231=257 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.61% from 257); Green value is 9 (3.91% from 255 or 3.50% from 257); Blue value is 231 (90.62% from 255 or 89.88% from 257); Max value from RGB is 231 - color contains mainly: blue. Hex color #1109E7 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1109E7 is #EEF618. Grayscale: #232323. Windows color (decimal): -15660569 or 15141137. OLE color: 15141137.
HSL color Cylindrical-coordinate representation of color #1109E7: hue angle of 242.16º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1109E7 is Cyan = 0.93, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 17 | 9 | 231 | - |
| CMYK | 0.93 | 0.96 | 0 | 0.09 |
| HSL | 242.16º | 0.93% | 0.47% | - |
| HSV(B) | 242.16º | 0.96% | 0.91% | - |
| XYZ | 14.75 | 6.08 | 76 | - |
| YUV | 36.7 | 237.65 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 9 | 231 | 0.93 | 0.96 | 0 | 0.09 | 242.16 | 0.93 | 0.47 |
| Hex | 11 | 9 | E7 | 5D | 60 | 0 | 9 | F2 | 5C | 2F |
| Octal | 21 | 11 | 347 | 135 | 140 | 0 | 11 | 362 | 134 | 57 |
| Binary | 10001 | 1001 | 11100111 | 1011101 | 1100000 | 0 | 1001 | 11110010 | 1011100 | 101111 |
Color Harmonies of #1109E7
Complementary color
Monochromatic Colors of #1109E7
Black with #1109E7
Text Example
Text Example
White with #1109E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1109E7; }
p { color: rgb(17,9,231); }
H1.HeaderClassName
{
color: #1109E7;
}
.AnyTagClassName
{
color: #1109E7;
}
</style>
background-color css
<style>
a { background-color: #1109E7; }
a { background-color: rgb(17,9,231); }
div.DivClassName
{
background-color: #1109E7;
}
.BgClassName
{
background-color: #1109E7;
}
</style>
border-color css
<style>
span { border-color: #1109E7; }
span { border-color: rgb(17,9,231); }
td.TdClassName
{
border-color: #1109E7;
}
.TagClassName
{
border-color: #1109E7;
}
</style>