Shades of Medium Blue #1702D1
Tints of Medium Blue #1702D1
RGB
CMYK
RGB Variations
Color information
#1702D1 (or 0x1702D1) is known color: Medium Blue. HEX triplet: 17, 02 and D1. RGB value is (23,2,209). Sum of RGB (Red+Green+Blue) = 23+2+209=234 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.83% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 209 (82.03% from 255 or 89.32% from 234); Max value from RGB is 209 - color contains mainly: blue. Hex color #1702D1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1702D1 is #E8FD2E. Grayscale: #1F1F1F. Windows color (decimal): -15269167 or 13697559. OLE color: 13697559.
HSL color Cylindrical-coordinate representation of color #1702D1: hue angle of 246.09º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1702D1 is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 23 | 2 | 209 | - |
| CMYK | 0.89 | 0.99 | 0 | 0.18 |
| HSL | 246.09º | 0.98% | 0.41% | - |
| HSV(B) | 246.09º | 0.99% | 0.82% | - |
| XYZ | 11.88 | 4.83 | 60.63 | - |
| YUV | 31.88 | 227.96 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 2 | 209 | 0.89 | 0.99 | 0 | 0.18 | 246.09 | 0.98 | 0.41 |
| Hex | 17 | 2 | D1 | 59 | 63 | 0 | 12 | F6 | 62 | 29 |
| Octal | 27 | 2 | 321 | 131 | 143 | 0 | 22 | 366 | 142 | 51 |
| Binary | 10111 | 10 | 11010001 | 1011001 | 1100011 | 0 | 10010 | 11110110 | 1100010 | 101001 |
Color Harmonies of #1702D1
Complementary color
Monochromatic Colors of #1702D1
Black with #1702D1
Text Example
Text Example
White with #1702D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1702D1; }
p { color: rgb(23,2,209); }
H1.HeaderClassName
{
color: #1702D1;
}
.AnyTagClassName
{
color: #1702D1;
}
</style>
background-color css
<style>
a { background-color: #1702D1; }
a { background-color: rgb(23,2,209); }
div.DivClassName
{
background-color: #1702D1;
}
.BgClassName
{
background-color: #1702D1;
}
</style>
border-color css
<style>
span { border-color: #1702D1; }
span { border-color: rgb(23,2,209); }
td.TdClassName
{
border-color: #1702D1;
}
.TagClassName
{
border-color: #1702D1;
}
</style>