Shades of Blue #1711E6
Tints of Blue #1711E6
RGB
CMYK
RGB Variations
Color information
#1711E6 (or 0x1711E6) is known color: Blue. HEX triplet: 17, 11 and E6. RGB value is (23,17,230). Sum of RGB (Red+Green+Blue) = 23+17+230=270 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.52% from 270); Green value is 17 (7.03% from 255 or 6.30% from 270); Blue value is 230 (90.23% from 255 or 85.19% from 270); Max value from RGB is 230 - color contains mainly: blue. Hex color #1711E6 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1711E6 is #E8EE19. Grayscale: #2A2A2A. Windows color (decimal): -15265306 or 15077655. OLE color: 15077655.
HSL color Cylindrical-coordinate representation of color #1711E6: hue angle of 241.69º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1711E6 is Cyan = 0.9, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 23 | 17 | 230 | - |
| CMYK | 0.9 | 0.93 | 0 | 0.10 |
| HSL | 241.69º | 0.86% | 0.48% | - |
| HSV(B) | 241.69º | 0.93% | 0.9% | - |
| XYZ | 14.84 | 6.3 | 75.3 | - |
| YUV | 43.08 | 233.49 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 17 | 230 | 0.9 | 0.93 | 0 | 0.10 | 241.69 | 0.86 | 0.48 |
| Hex | 17 | 11 | E6 | 5A | 5D | 0 | A | F2 | 56 | 30 |
| Octal | 27 | 21 | 346 | 132 | 135 | 0 | 12 | 362 | 126 | 60 |
| Binary | 10111 | 10001 | 11100110 | 1011010 | 1011101 | 0 | 1010 | 11110010 | 1010110 | 110000 |
Color Harmonies of #1711E6
Complementary color
Monochromatic Colors of #1711E6
Black with #1711E6
Text Example
Text Example
White with #1711E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1711E6; }
p { color: rgb(23,17,230); }
H1.HeaderClassName
{
color: #1711E6;
}
.AnyTagClassName
{
color: #1711E6;
}
</style>
background-color css
<style>
a { background-color: #1711E6; }
a { background-color: rgb(23,17,230); }
div.DivClassName
{
background-color: #1711E6;
}
.BgClassName
{
background-color: #1711E6;
}
</style>
border-color css
<style>
span { border-color: #1711E6; }
span { border-color: rgb(23,17,230); }
td.TdClassName
{
border-color: #1711E6;
}
.TagClassName
{
border-color: #1711E6;
}
</style>