Shades of Blue #1109EA
Tints of Blue #1109EA
RGB
CMYK
RGB Variations
Color information
#1109EA (or 0x1109EA) is known color: Blue. HEX triplet: 11, 09 and EA. RGB value is (17,9,234). Sum of RGB (Red+Green+Blue) = 17+9+234=260 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.54% from 260); Green value is 9 (3.91% from 255 or 3.46% from 260); Blue value is 234 (91.80% from 255 or 90% from 260); Max value from RGB is 234 - color contains mainly: blue. Hex color #1109EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1109EA is #EEF615. Grayscale: #242424. Windows color (decimal): -15660566 or 15337745. OLE color: 15337745.
HSL color Cylindrical-coordinate representation of color #1109EA: hue angle of 242.13º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1109EA is Cyan = 0.93, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 17 | 9 | 234 | - |
| CMYK | 0.93 | 0.96 | 0 | 0.08 |
| HSL | 242.13º | 0.93% | 0.48% | - |
| HSV(B) | 242.13º | 0.96% | 0.92% | - |
| XYZ | 15.18 | 6.26 | 78.25 | - |
| YUV | 37.04 | 239.15 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 9 | 234 | 0.93 | 0.96 | 0 | 0.08 | 242.13 | 0.93 | 0.48 |
| Hex | 11 | 9 | EA | 5D | 60 | 0 | 8 | F2 | 5D | 30 |
| Octal | 21 | 11 | 352 | 135 | 140 | 0 | 10 | 362 | 135 | 60 |
| Binary | 10001 | 1001 | 11101010 | 1011101 | 1100000 | 0 | 1000 | 11110010 | 1011101 | 110000 |
Color Harmonies of #1109EA
Complementary color
Monochromatic Colors of #1109EA
Black with #1109EA
Text Example
Text Example
White with #1109EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1109EA; }
p { color: rgb(17,9,234); }
H1.HeaderClassName
{
color: #1109EA;
}
.AnyTagClassName
{
color: #1109EA;
}
</style>
background-color css
<style>
a { background-color: #1109EA; }
a { background-color: rgb(17,9,234); }
div.DivClassName
{
background-color: #1109EA;
}
.BgClassName
{
background-color: #1109EA;
}
</style>
border-color css
<style>
span { border-color: #1109EA; }
span { border-color: rgb(17,9,234); }
td.TdClassName
{
border-color: #1109EA;
}
.TagClassName
{
border-color: #1109EA;
}
</style>