Shades of Medium Blue #1702DD
Tints of Medium Blue #1702DD
RGB
CMYK
RGB Variations
Color information
#1702DD (or 0x1702DD) is known color: Medium Blue. HEX triplet: 17, 02 and DD. RGB value is (23,2,221). Sum of RGB (Red+Green+Blue) = 23+2+221=246 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.35% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 221 (86.72% from 255 or 89.84% from 246); Max value from RGB is 221 - color contains mainly: blue. Hex color #1702DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1702DD is #E8FD22. Grayscale: #202020. Windows color (decimal): -15269155 or 14483991. OLE color: 14483991.
HSL color Cylindrical-coordinate representation of color #1702DD: hue angle of 245.75º 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 #1702DD is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 2 | 221 | - |
| CMYK | 0.90 | 0.99 | 0 | 0.13 |
| HSL | 245.75º | 0.98% | 0.44% | - |
| HSV(B) | 245.75º | 0.99% | 0.87% | - |
| XYZ | 13.43 | 5.45 | 68.75 | - |
| YUV | 33.25 | 233.96 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 2 | 221 | 0.90 | 0.99 | 0 | 0.13 | 245.75 | 0.98 | 0.44 |
| Hex | 17 | 2 | DD | 5A | 63 | 0 | D | F6 | 62 | 2C |
| Octal | 27 | 2 | 335 | 132 | 143 | 0 | 15 | 366 | 142 | 54 |
| Binary | 10111 | 10 | 11011101 | 1011010 | 1100011 | 0 | 1101 | 11110110 | 1100010 | 101100 |
Color Harmonies of #1702DD
Complementary color
Monochromatic Colors of #1702DD
Black with #1702DD
Text Example
Text Example
White with #1702DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1702DD; }
p { color: rgb(23,2,221); }
H1.HeaderClassName
{
color: #1702DD;
}
.AnyTagClassName
{
color: #1702DD;
}
</style>
background-color css
<style>
a { background-color: #1702DD; }
a { background-color: rgb(23,2,221); }
div.DivClassName
{
background-color: #1702DD;
}
.BgClassName
{
background-color: #1702DD;
}
</style>
border-color css
<style>
span { border-color: #1702DD; }
span { border-color: rgb(23,2,221); }
td.TdClassName
{
border-color: #1702DD;
}
.TagClassName
{
border-color: #1702DD;
}
</style>