Shades of Blue #1700EC
Tints of Blue #1700EC
RGB
CMYK
RGB Variations
Color information
#1700EC (or 0x1700EC) is known color: Blue. HEX triplet: 17, 00 and EC. RGB value is (23,0,236). Sum of RGB (Red+Green+Blue) = 23+0+236=259 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.88% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 236 (92.58% from 255 or 91.12% from 259); Max value from RGB is 236 - color contains mainly: blue. Hex color #1700EC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1700EC is #E8FF13. Grayscale: #202020. Windows color (decimal): -15269652 or 15466519. OLE color: 15466519.
HSL color Cylindrical-coordinate representation of color #1700EC: hue angle of 245.85º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1700EC is Cyan = 0.90, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 0 | 236 | - |
| CMYK | 0.90 | 1 | 0 | 0.07 |
| HSL | 245.85º | 1% | 0.46% | - |
| HSV(B) | 245.85º | 1% | 0.93% | - |
| XYZ | 15.49 | 6.24 | 79.74 | - |
| YUV | 33.78 | 242.12 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 0 | 236 | 0.90 | 1 | 0 | 0.07 | 245.85 | 1 | 0.46 |
| Hex | 17 | 0 | EC | 5A | 64 | 0 | 7 | F6 | 64 | 2E |
| Octal | 27 | 0 | 354 | 132 | 144 | 0 | 7 | 366 | 144 | 56 |
| Binary | 10111 | 0 | 11101100 | 1011010 | 1100100 | 0 | 111 | 11110110 | 1100100 | 101110 |
Color Harmonies of #1700EC
Complementary color
Monochromatic Colors of #1700EC
Black with #1700EC
Text Example
Text Example
White with #1700EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1700EC; }
p { color: rgb(23,0,236); }
H1.HeaderClassName
{
color: #1700EC;
}
.AnyTagClassName
{
color: #1700EC;
}
</style>
background-color css
<style>
a { background-color: #1700EC; }
a { background-color: rgb(23,0,236); }
div.DivClassName
{
background-color: #1700EC;
}
.BgClassName
{
background-color: #1700EC;
}
</style>
border-color css
<style>
span { border-color: #1700EC; }
span { border-color: rgb(23,0,236); }
td.TdClassName
{
border-color: #1700EC;
}
.TagClassName
{
border-color: #1700EC;
}
</style>