Shades of Blue #1105EE
Tints of Blue #1105EE
RGB
CMYK
RGB Variations
Color information
#1105EE (or 0x1105EE) is known color: Blue. HEX triplet: 11, 05 and EE. RGB value is (17,5,238). Sum of RGB (Red+Green+Blue) = 17+5+238=260 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.54% from 260); Green value is 5 (2.34% from 255 or 1.92% from 260); Blue value is 238 (93.36% from 255 or 91.54% from 260); Max value from RGB is 238 - color contains mainly: blue. Hex color #1105EE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1105EE is #EEFA11. Grayscale: #222222. Windows color (decimal): -15661586 or 15598865. OLE color: 15598865.
HSL color Cylindrical-coordinate representation of color #1105EE: hue angle of 243.09º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1105EE is Cyan = 0.93, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 5 | 238 | - |
| CMYK | 0.93 | 0.98 | 0 | 0.07 |
| HSL | 243.09º | 0.96% | 0.48% | - |
| HSV(B) | 243.09º | 0.98% | 0.93% | - |
| XYZ | 15.72 | 6.4 | 81.3 | - |
| YUV | 35.15 | 242.48 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 5 | 238 | 0.93 | 0.98 | 0 | 0.07 | 243.09 | 0.96 | 0.48 |
| Hex | 11 | 5 | EE | 5D | 62 | 0 | 7 | F3 | 60 | 30 |
| Octal | 21 | 5 | 356 | 135 | 142 | 0 | 7 | 363 | 140 | 60 |
| Binary | 10001 | 101 | 11101110 | 1011101 | 1100010 | 0 | 111 | 11110011 | 1100000 | 110000 |
Color Harmonies of #1105EE
Complementary color
Monochromatic Colors of #1105EE
Black with #1105EE
Text Example
Text Example
White with #1105EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1105EE; }
p { color: rgb(17,5,238); }
H1.HeaderClassName
{
color: #1105EE;
}
.AnyTagClassName
{
color: #1105EE;
}
</style>
background-color css
<style>
a { background-color: #1105EE; }
a { background-color: rgb(17,5,238); }
div.DivClassName
{
background-color: #1105EE;
}
.BgClassName
{
background-color: #1105EE;
}
</style>
border-color css
<style>
span { border-color: #1105EE; }
span { border-color: rgb(17,5,238); }
td.TdClassName
{
border-color: #1105EE;
}
.TagClassName
{
border-color: #1105EE;
}
</style>