Shades of Blue #1111FF
Tints of Blue #1111FF
RGB
CMYK
RGB Variations
Color information
#1111FF (or 0x1111FF) is known color: Blue. HEX triplet: 11, 11 and FF. RGB value is (17,17,255). Sum of RGB (Red+Green+Blue) = 17+17+255=289 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.88% from 289); Green value is 17 (7.03% from 255 or 5.88% from 289); Blue value is 255 (100% from 255 or 88.24% from 289); Max value from RGB is 255 - color contains mainly: blue. Hex color #1111FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1111FF is #EEEE00. Grayscale: #2B2B2B. Windows color (decimal): -15658497 or 16716049. OLE color: 16716049.
HSL color Cylindrical-coordinate representation of color #1111FF: hue angle of 240º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1111FF is Cyan = 0.93, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 17 | 255 | - |
| CMYK | 0.93 | 0.93 | 0 | 0 |
| HSL | 240º | 1% | 0.53% | - |
| HSV(B) | 240º | 0.93% | 1% | - |
| XYZ | 18.48 | 7.74 | 95.13 | - |
| YUV | 44.13 | 247 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 17 | 255 | 0.93 | 0.93 | 0 | 0 | 240 | 1 | 0.53 |
| Hex | 11 | 11 | FF | 5D | 5D | 0 | 0 | F0 | 64 | 35 |
| Octal | 21 | 21 | 377 | 135 | 135 | 0 | 0 | 360 | 144 | 65 |
| Binary | 10001 | 10001 | 11111111 | 1011101 | 1011101 | 0 | 0 | 11110000 | 1100100 | 110101 |
Color Harmonies of #1111FF
Complementary color
Monochromatic Colors of #1111FF
Black with #1111FF
Text Example
Text Example
White with #1111FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1111FF; }
p { color: rgb(17,17,255); }
H1.HeaderClassName
{
color: #1111FF;
}
.AnyTagClassName
{
color: #1111FF;
}
</style>
background-color css
<style>
a { background-color: #1111FF; }
a { background-color: rgb(17,17,255); }
div.DivClassName
{
background-color: #1111FF;
}
.BgClassName
{
background-color: #1111FF;
}
</style>
border-color css
<style>
span { border-color: #1111FF; }
span { border-color: rgb(17,17,255); }
td.TdClassName
{
border-color: #1111FF;
}
.TagClassName
{
border-color: #1111FF;
}
</style>