Shades of Medium Blue #1703DD
Tints of Medium Blue #1703DD
RGB
CMYK
RGB Variations
Color information
#1703DD (or 0x1703DD) is known color: Medium Blue. HEX triplet: 17, 03 and DD. RGB value is (23,3,221). Sum of RGB (Red+Green+Blue) = 23+3+221=247 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.31% from 247); Green value is 3 (1.56% from 255 or 1.21% from 247); Blue value is 221 (86.72% from 255 or 89.47% from 247); Max value from RGB is 221 - color contains mainly: blue. Hex color #1703DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1703DD is #E8FC22. Grayscale: #202020. Windows color (decimal): -15268899 or 14484247. OLE color: 14484247.
HSL color Cylindrical-coordinate representation of color #1703DD: hue angle of 245.5º degrees, saturation: 0.97, 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 #1703DD is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 3 | 221 | - |
| CMYK | 0.90 | 0.99 | 0 | 0.13 |
| HSL | 245.5º | 0.97% | 0.44% | - |
| HSV(B) | 245.5º | 0.99% | 0.87% | - |
| XYZ | 13.44 | 5.47 | 68.75 | - |
| YUV | 33.83 | 233.63 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 3 | 221 | 0.90 | 0.99 | 0 | 0.13 | 245.5 | 0.97 | 0.44 |
| Hex | 17 | 3 | DD | 5A | 63 | 0 | D | F6 | 61 | 2C |
| Octal | 27 | 3 | 335 | 132 | 143 | 0 | 15 | 366 | 141 | 54 |
| Binary | 10111 | 11 | 11011101 | 1011010 | 1100011 | 0 | 1101 | 11110110 | 1100001 | 101100 |
Color Harmonies of #1703DD
Complementary color
Monochromatic Colors of #1703DD
Black with #1703DD
Text Example
Text Example
White with #1703DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1703DD; }
p { color: rgb(23,3,221); }
H1.HeaderClassName
{
color: #1703DD;
}
.AnyTagClassName
{
color: #1703DD;
}
</style>
background-color css
<style>
a { background-color: #1703DD; }
a { background-color: rgb(23,3,221); }
div.DivClassName
{
background-color: #1703DD;
}
.BgClassName
{
background-color: #1703DD;
}
</style>
border-color css
<style>
span { border-color: #1703DD; }
span { border-color: rgb(23,3,221); }
td.TdClassName
{
border-color: #1703DD;
}
.TagClassName
{
border-color: #1703DD;
}
</style>