Shades of Medium Blue #1702CD
Tints of Medium Blue #1702CD
RGB
CMYK
RGB Variations
Color information
#1702CD (or 0x1702CD) is known color: Medium Blue. HEX triplet: 17, 02 and CD. RGB value is (23,2,205). Sum of RGB (Red+Green+Blue) = 23+2+205=230 (30% of max value = 765). Red value is 23 (9.38% from 255 or 10% from 230); Green value is 2 (1.17% from 255 or 0.87% from 230); Blue value is 205 (80.47% from 255 or 89.13% from 230); Max value from RGB is 205 - color contains mainly: blue. Hex color #1702CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1702CD is #E8FD32. Grayscale: #1E1E1E. Windows color (decimal): -15269171 or 13435415. OLE color: 13435415.
HSL color Cylindrical-coordinate representation of color #1702CD: hue angle of 246.21º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1702CD is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 23 | 2 | 205 | - |
| CMYK | 0.89 | 0.99 | 0 | 0.20 |
| HSL | 246.21º | 0.98% | 0.41% | - |
| HSV(B) | 246.21º | 0.99% | 0.8% | - |
| XYZ | 11.39 | 4.63 | 58.05 | - |
| YUV | 31.42 | 225.96 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 2 | 205 | 0.89 | 0.99 | 0 | 0.20 | 246.21 | 0.98 | 0.41 |
| Hex | 17 | 2 | CD | 59 | 63 | 0 | 14 | F6 | 62 | 29 |
| Octal | 27 | 2 | 315 | 131 | 143 | 0 | 24 | 366 | 142 | 51 |
| Binary | 10111 | 10 | 11001101 | 1011001 | 1100011 | 0 | 10100 | 11110110 | 1100010 | 101001 |
Color Harmonies of #1702CD
Complementary color
Monochromatic Colors of #1702CD
Black with #1702CD
Text Example
Text Example
White with #1702CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1702CD; }
p { color: rgb(23,2,205); }
H1.HeaderClassName
{
color: #1702CD;
}
.AnyTagClassName
{
color: #1702CD;
}
</style>
background-color css
<style>
a { background-color: #1702CD; }
a { background-color: rgb(23,2,205); }
div.DivClassName
{
background-color: #1702CD;
}
.BgClassName
{
background-color: #1702CD;
}
</style>
border-color css
<style>
span { border-color: #1702CD; }
span { border-color: rgb(23,2,205); }
td.TdClassName
{
border-color: #1702CD;
}
.TagClassName
{
border-color: #1702CD;
}
</style>