Shades of Medium Blue #1702DB
Tints of Medium Blue #1702DB
RGB
CMYK
RGB Variations
Color information
#1702DB (or 0x1702DB) is known color: Medium Blue. HEX triplet: 17, 02 and DB. RGB value is (23,2,219). Sum of RGB (Red+Green+Blue) = 23+2+219=244 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.43% from 244); Green value is 2 (1.17% from 255 or 0.82% from 244); Blue value is 219 (85.94% from 255 or 89.75% from 244); Max value from RGB is 219 - color contains mainly: blue. Hex color #1702DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1702DB is #E8FD24. Grayscale: #202020. Windows color (decimal): -15269157 or 14352919. OLE color: 14352919.
HSL color Cylindrical-coordinate representation of color #1702DB: hue angle of 245.81º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1702DB is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 2 | 219 | - |
| CMYK | 0.89 | 0.99 | 0 | 0.14 |
| HSL | 245.81º | 0.98% | 0.43% | - |
| HSV(B) | 245.81º | 0.99% | 0.86% | - |
| XYZ | 13.16 | 5.34 | 67.35 | - |
| YUV | 33.02 | 232.96 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 2 | 219 | 0.89 | 0.99 | 0 | 0.14 | 245.81 | 0.98 | 0.43 |
| Hex | 17 | 2 | DB | 59 | 63 | 0 | E | F6 | 62 | 2B |
| Octal | 27 | 2 | 333 | 131 | 143 | 0 | 16 | 366 | 142 | 53 |
| Binary | 10111 | 10 | 11011011 | 1011001 | 1100011 | 0 | 1110 | 11110110 | 1100010 | 101011 |
Color Harmonies of #1702DB
Complementary color
Monochromatic Colors of #1702DB
Black with #1702DB
Text Example
Text Example
White with #1702DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1702DB; }
p { color: rgb(23,2,219); }
H1.HeaderClassName
{
color: #1702DB;
}
.AnyTagClassName
{
color: #1702DB;
}
</style>
background-color css
<style>
a { background-color: #1702DB; }
a { background-color: rgb(23,2,219); }
div.DivClassName
{
background-color: #1702DB;
}
.BgClassName
{
background-color: #1702DB;
}
</style>
border-color css
<style>
span { border-color: #1702DB; }
span { border-color: rgb(23,2,219); }
td.TdClassName
{
border-color: #1702DB;
}
.TagClassName
{
border-color: #1702DB;
}
</style>