Shades of Blue #1704E6
Tints of Blue #1704E6
RGB
CMYK
RGB Variations
Color information
#1704E6 (or 0x1704E6) is known color: Blue. HEX triplet: 17, 04 and E6. RGB value is (23,4,230). Sum of RGB (Red+Green+Blue) = 23+4+230=257 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.95% from 257); Green value is 4 (1.95% from 255 or 1.56% from 257); Blue value is 230 (90.23% from 255 or 89.49% from 257); Max value from RGB is 230 - color contains mainly: blue. Hex color #1704E6 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1704E6 is #E8FB19. Grayscale: #222222. Windows color (decimal): -15268634 or 15074327. OLE color: 15074327.
HSL color Cylindrical-coordinate representation of color #1704E6: hue angle of 245.04º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1704E6 is Cyan = 0.9, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 23 | 4 | 230 | - |
| CMYK | 0.9 | 0.98 | 0 | 0.10 |
| HSL | 245.04º | 0.97% | 0.46% | - |
| HSV(B) | 245.04º | 0.98% | 0.9% | - |
| XYZ | 14.68 | 5.98 | 75.24 | - |
| YUV | 35.45 | 237.79 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 4 | 230 | 0.9 | 0.98 | 0 | 0.10 | 245.04 | 0.97 | 0.46 |
| Hex | 17 | 4 | E6 | 5A | 62 | 0 | A | F5 | 61 | 2E |
| Octal | 27 | 4 | 346 | 132 | 142 | 0 | 12 | 365 | 141 | 56 |
| Binary | 10111 | 100 | 11100110 | 1011010 | 1100010 | 0 | 1010 | 11110101 | 1100001 | 101110 |
Color Harmonies of #1704E6
Complementary color
Monochromatic Colors of #1704E6
Black with #1704E6
Text Example
Text Example
White with #1704E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1704E6; }
p { color: rgb(23,4,230); }
H1.HeaderClassName
{
color: #1704E6;
}
.AnyTagClassName
{
color: #1704E6;
}
</style>
background-color css
<style>
a { background-color: #1704E6; }
a { background-color: rgb(23,4,230); }
div.DivClassName
{
background-color: #1704E6;
}
.BgClassName
{
background-color: #1704E6;
}
</style>
border-color css
<style>
span { border-color: #1704E6; }
span { border-color: rgb(23,4,230); }
td.TdClassName
{
border-color: #1704E6;
}
.TagClassName
{
border-color: #1704E6;
}
</style>