Shades of Medium Blue #1702DF
Tints of Medium Blue #1702DF
RGB
CMYK
RGB Variations
Color information
#1702DF (or 0x1702DF) is known color: Medium Blue. HEX triplet: 17, 02 and DF. RGB value is (23,2,223). Sum of RGB (Red+Green+Blue) = 23+2+223=248 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.27% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 223 (87.5% from 255 or 89.92% from 248); Max value from RGB is 223 - color contains mainly: blue. Hex color #1702DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1702DF is #E8FD20. Grayscale: #202020. Windows color (decimal): -15269153 or 14615063. OLE color: 14615063.
HSL color Cylindrical-coordinate representation of color #1702DF: hue angle of 245.7º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1702DF is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 2 | 223 | - |
| CMYK | 0.90 | 0.99 | 0 | 0.13 |
| HSL | 245.7º | 0.98% | 0.44% | - |
| HSV(B) | 245.7º | 0.99% | 0.87% | - |
| XYZ | 13.69 | 5.55 | 70.16 | - |
| YUV | 33.47 | 234.96 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 2 | 223 | 0.90 | 0.99 | 0 | 0.13 | 245.7 | 0.98 | 0.44 |
| Hex | 17 | 2 | DF | 5A | 63 | 0 | D | F6 | 62 | 2C |
| Octal | 27 | 2 | 337 | 132 | 143 | 0 | 15 | 366 | 142 | 54 |
| Binary | 10111 | 10 | 11011111 | 1011010 | 1100011 | 0 | 1101 | 11110110 | 1100010 | 101100 |
Color Harmonies of #1702DF
Complementary color
Monochromatic Colors of #1702DF
Black with #1702DF
Text Example
Text Example
White with #1702DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1702DF; }
p { color: rgb(23,2,223); }
H1.HeaderClassName
{
color: #1702DF;
}
.AnyTagClassName
{
color: #1702DF;
}
</style>
background-color css
<style>
a { background-color: #1702DF; }
a { background-color: rgb(23,2,223); }
div.DivClassName
{
background-color: #1702DF;
}
.BgClassName
{
background-color: #1702DF;
}
</style>
border-color css
<style>
span { border-color: #1702DF; }
span { border-color: rgb(23,2,223); }
td.TdClassName
{
border-color: #1702DF;
}
.TagClassName
{
border-color: #1702DF;
}
</style>