Shades of Medium Blue #1702C9
Tints of Medium Blue #1702C9
RGB
CMYK
RGB Variations
Color information
#1702C9 (or 0x1702C9) is known color: Medium Blue. HEX triplet: 17, 02 and C9. RGB value is (23,2,201). Sum of RGB (Red+Green+Blue) = 23+2+201=226 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.18% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 201 (78.91% from 255 or 88.94% from 226); Max value from RGB is 201 - color contains mainly: blue. Hex color #1702C9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1702C9 is #E8FD36. Grayscale: #1E1E1E. Windows color (decimal): -15269175 or 13173271. OLE color: 13173271.
HSL color Cylindrical-coordinate representation of color #1702C9: hue angle of 246.33º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1702C9 is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 23 | 2 | 201 | - |
| CMYK | 0.89 | 0.99 | 0 | 0.21 |
| HSL | 246.33º | 0.98% | 0.4% | - |
| HSV(B) | 246.33º | 0.99% | 0.79% | - |
| XYZ | 10.92 | 4.44 | 55.54 | - |
| YUV | 30.97 | 223.96 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 2 | 201 | 0.89 | 0.99 | 0 | 0.21 | 246.33 | 0.98 | 0.4 |
| Hex | 17 | 2 | C9 | 59 | 63 | 0 | 15 | F6 | 62 | 28 |
| Octal | 27 | 2 | 311 | 131 | 143 | 0 | 25 | 366 | 142 | 50 |
| Binary | 10111 | 10 | 11001001 | 1011001 | 1100011 | 0 | 10101 | 11110110 | 1100010 | 101000 |
Color Harmonies of #1702C9
Complementary color
Monochromatic Colors of #1702C9
Black with #1702C9
Text Example
Text Example
White with #1702C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1702C9; }
p { color: rgb(23,2,201); }
H1.HeaderClassName
{
color: #1702C9;
}
.AnyTagClassName
{
color: #1702C9;
}
</style>
background-color css
<style>
a { background-color: #1702C9; }
a { background-color: rgb(23,2,201); }
div.DivClassName
{
background-color: #1702C9;
}
.BgClassName
{
background-color: #1702C9;
}
</style>
border-color css
<style>
span { border-color: #1702C9; }
span { border-color: rgb(23,2,201); }
td.TdClassName
{
border-color: #1702C9;
}
.TagClassName
{
border-color: #1702C9;
}
</style>