Shades of Blue #1704E7
Tints of Blue #1704E7
RGB
CMYK
RGB Variations
Color information
#1704E7 (or 0x1704E7) is known color: Blue. HEX triplet: 17, 04 and E7. RGB value is (23,4,231). Sum of RGB (Red+Green+Blue) = 23+4+231=258 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.91% from 258); Green value is 4 (1.95% from 255 or 1.55% from 258); Blue value is 231 (90.62% from 255 or 89.53% from 258); Max value from RGB is 231 - color contains mainly: blue. Hex color #1704E7 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1704E7 is #E8FB18. Grayscale: #222222. Windows color (decimal): -15268633 or 15139863. OLE color: 15139863.
HSL color Cylindrical-coordinate representation of color #1704E7: hue angle of 245.02º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1704E7 is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 23 | 4 | 231 | - |
| CMYK | 0.90 | 0.98 | 0 | 0.09 |
| HSL | 245.02º | 0.97% | 0.46% | - |
| HSV(B) | 245.02º | 0.98% | 0.91% | - |
| XYZ | 14.82 | 6.04 | 75.99 | - |
| YUV | 35.56 | 238.29 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 4 | 231 | 0.90 | 0.98 | 0 | 0.09 | 245.02 | 0.97 | 0.46 |
| Hex | 17 | 4 | E7 | 5A | 62 | 0 | 9 | F5 | 61 | 2E |
| Octal | 27 | 4 | 347 | 132 | 142 | 0 | 11 | 365 | 141 | 56 |
| Binary | 10111 | 100 | 11100111 | 1011010 | 1100010 | 0 | 1001 | 11110101 | 1100001 | 101110 |
Color Harmonies of #1704E7
Complementary color
Monochromatic Colors of #1704E7
Black with #1704E7
Text Example
Text Example
White with #1704E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1704E7; }
p { color: rgb(23,4,231); }
H1.HeaderClassName
{
color: #1704E7;
}
.AnyTagClassName
{
color: #1704E7;
}
</style>
background-color css
<style>
a { background-color: #1704E7; }
a { background-color: rgb(23,4,231); }
div.DivClassName
{
background-color: #1704E7;
}
.BgClassName
{
background-color: #1704E7;
}
</style>
border-color css
<style>
span { border-color: #1704E7; }
span { border-color: rgb(23,4,231); }
td.TdClassName
{
border-color: #1704E7;
}
.TagClassName
{
border-color: #1704E7;
}
</style>