Shades of Medium Blue #1702E5
Tints of Medium Blue #1702E5
RGB
CMYK
RGB Variations
Color information
#1702E5 (or 0x1702E5) is known color: Medium Blue. HEX triplet: 17, 02 and E5. RGB value is (23,2,229). Sum of RGB (Red+Green+Blue) = 23+2+229=254 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.06% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 229 (89.84% from 255 or 90.16% from 254); Max value from RGB is 229 - color contains mainly: blue. Hex color #1702E5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1702E5 is #E8FD1A. Grayscale: #212121. Windows color (decimal): -15269147 or 15008279. OLE color: 15008279.
HSL color Cylindrical-coordinate representation of color #1702E5: hue angle of 245.55º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1702E5 is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 23 | 2 | 229 | - |
| CMYK | 0.90 | 0.99 | 0 | 0.10 |
| HSL | 245.55º | 0.98% | 0.45% | - |
| HSV(B) | 245.55º | 0.99% | 0.9% | - |
| XYZ | 14.52 | 5.88 | 74.5 | - |
| YUV | 34.16 | 237.96 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 2 | 229 | 0.90 | 0.99 | 0 | 0.10 | 245.55 | 0.98 | 0.45 |
| Hex | 17 | 2 | E5 | 5A | 63 | 0 | A | F6 | 62 | 2D |
| Octal | 27 | 2 | 345 | 132 | 143 | 0 | 12 | 366 | 142 | 55 |
| Binary | 10111 | 10 | 11100101 | 1011010 | 1100011 | 0 | 1010 | 11110110 | 1100010 | 101101 |
Color Harmonies of #1702E5
Complementary color
Monochromatic Colors of #1702E5
Black with #1702E5
Text Example
Text Example
White with #1702E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1702E5; }
p { color: rgb(23,2,229); }
H1.HeaderClassName
{
color: #1702E5;
}
.AnyTagClassName
{
color: #1702E5;
}
</style>
background-color css
<style>
a { background-color: #1702E5; }
a { background-color: rgb(23,2,229); }
div.DivClassName
{
background-color: #1702E5;
}
.BgClassName
{
background-color: #1702E5;
}
</style>
border-color css
<style>
span { border-color: #1702E5; }
span { border-color: rgb(23,2,229); }
td.TdClassName
{
border-color: #1702E5;
}
.TagClassName
{
border-color: #1702E5;
}
</style>