Shades of Blue #1700EB
Tints of Blue #1700EB
RGB
CMYK
RGB Variations
Color information
#1700EB (or 0x1700EB) is known color: Blue. HEX triplet: 17, 00 and EB. RGB value is (23,0,235). Sum of RGB (Red+Green+Blue) = 23+0+235=258 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.91% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 235 (92.19% from 255 or 91.09% from 258); Max value from RGB is 235 - color contains mainly: blue. Hex color #1700EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1700EB is #E8FF14. Grayscale: #202020. Windows color (decimal): -15269653 or 15400983. OLE color: 15400983.
HSL color Cylindrical-coordinate representation of color #1700EB: hue angle of 245.87º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1700EB is Cyan = 0.90, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 0 | 235 | - |
| CMYK | 0.90 | 1 | 0 | 0.08 |
| HSL | 245.87º | 1% | 0.46% | - |
| HSV(B) | 245.87º | 1% | 0.92% | - |
| XYZ | 15.35 | 6.18 | 78.98 | - |
| YUV | 33.67 | 241.62 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 0 | 235 | 0.90 | 1 | 0 | 0.08 | 245.87 | 1 | 0.46 |
| Hex | 17 | 0 | EB | 5A | 64 | 0 | 8 | F6 | 64 | 2E |
| Octal | 27 | 0 | 353 | 132 | 144 | 0 | 10 | 366 | 144 | 56 |
| Binary | 10111 | 0 | 11101011 | 1011010 | 1100100 | 0 | 1000 | 11110110 | 1100100 | 101110 |
Color Harmonies of #1700EB
Complementary color
Monochromatic Colors of #1700EB
Black with #1700EB
Text Example
Text Example
White with #1700EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1700EB; }
p { color: rgb(23,0,235); }
H1.HeaderClassName
{
color: #1700EB;
}
.AnyTagClassName
{
color: #1700EB;
}
</style>
background-color css
<style>
a { background-color: #1700EB; }
a { background-color: rgb(23,0,235); }
div.DivClassName
{
background-color: #1700EB;
}
.BgClassName
{
background-color: #1700EB;
}
</style>
border-color css
<style>
span { border-color: #1700EB; }
span { border-color: rgb(23,0,235); }
td.TdClassName
{
border-color: #1700EB;
}
.TagClassName
{
border-color: #1700EB;
}
</style>