Shades of Medium Blue #1701E5
Tints of Medium Blue #1701E5
RGB
CMYK
RGB Variations
Color information
#1701E5 (or 0x1701E5) is known color: Medium Blue. HEX triplet: 17, 01 and E5. RGB value is (23,1,229). Sum of RGB (Red+Green+Blue) = 23+1+229=253 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.09% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 229 (89.84% from 255 or 90.51% from 253); Max value from RGB is 229 - color contains mainly: blue. Hex color #1701E5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1701E5 is #E8FE1A. Grayscale: #202020. Windows color (decimal): -15269403 or 15008023. OLE color: 15008023.
HSL color Cylindrical-coordinate representation of color #1701E5: hue angle of 245.79º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1701E5 is Cyan = 0.90, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 23 | 1 | 229 | - |
| CMYK | 0.90 | 1.00 | 0 | 0.10 |
| HSL | 245.79º | 0.99% | 0.45% | - |
| HSV(B) | 245.79º | 1% | 0.9% | - |
| XYZ | 14.51 | 5.86 | 74.5 | - |
| YUV | 33.57 | 238.29 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 1 | 229 | 0.90 | 1.00 | 0 | 0.10 | 245.79 | 0.99 | 0.45 |
| Hex | 17 | 1 | E5 | 5A | 64 | 0 | A | F6 | 63 | 2D |
| Octal | 27 | 1 | 345 | 132 | 144 | 0 | 12 | 366 | 143 | 55 |
| Binary | 10111 | 1 | 11100101 | 1011010 | 1100100 | 0 | 1010 | 11110110 | 1100011 | 101101 |
Color Harmonies of #1701E5
Complementary color
Monochromatic Colors of #1701E5
Black with #1701E5
Text Example
Text Example
White with #1701E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1701E5; }
p { color: rgb(23,1,229); }
H1.HeaderClassName
{
color: #1701E5;
}
.AnyTagClassName
{
color: #1701E5;
}
</style>
background-color css
<style>
a { background-color: #1701E5; }
a { background-color: rgb(23,1,229); }
div.DivClassName
{
background-color: #1701E5;
}
.BgClassName
{
background-color: #1701E5;
}
</style>
border-color css
<style>
span { border-color: #1701E5; }
span { border-color: rgb(23,1,229); }
td.TdClassName
{
border-color: #1701E5;
}
.TagClassName
{
border-color: #1701E5;
}
</style>