Shades of Medium Blue #1703DC
Tints of Medium Blue #1703DC
RGB
CMYK
RGB Variations
Color information
#1703DC (or 0x1703DC) is known color: Medium Blue. HEX triplet: 17, 03 and DC. RGB value is (23,3,220). Sum of RGB (Red+Green+Blue) = 23+3+220=246 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.35% from 246); Green value is 3 (1.56% from 255 or 1.22% from 246); Blue value is 220 (86.33% from 255 or 89.43% from 246); Max value from RGB is 220 - color contains mainly: blue. Hex color #1703DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1703DC is #E8FC23. Grayscale: #202020. Windows color (decimal): -15268900 or 14418711. OLE color: 14418711.
HSL color Cylindrical-coordinate representation of color #1703DC: hue angle of 245.53º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1703DC is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 3 | 220 | - |
| CMYK | 0.90 | 0.99 | 0 | 0.14 |
| HSL | 245.53º | 0.97% | 0.44% | - |
| HSV(B) | 245.53º | 0.99% | 0.86% | - |
| XYZ | 13.3 | 5.41 | 68.05 | - |
| YUV | 33.72 | 233.13 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 3 | 220 | 0.90 | 0.99 | 0 | 0.14 | 245.53 | 0.97 | 0.44 |
| Hex | 17 | 3 | DC | 5A | 63 | 0 | E | F6 | 61 | 2C |
| Octal | 27 | 3 | 334 | 132 | 143 | 0 | 16 | 366 | 141 | 54 |
| Binary | 10111 | 11 | 11011100 | 1011010 | 1100011 | 0 | 1110 | 11110110 | 1100001 | 101100 |
Color Harmonies of #1703DC
Complementary color
Monochromatic Colors of #1703DC
Black with #1703DC
Text Example
Text Example
White with #1703DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1703DC; }
p { color: rgb(23,3,220); }
H1.HeaderClassName
{
color: #1703DC;
}
.AnyTagClassName
{
color: #1703DC;
}
</style>
background-color css
<style>
a { background-color: #1703DC; }
a { background-color: rgb(23,3,220); }
div.DivClassName
{
background-color: #1703DC;
}
.BgClassName
{
background-color: #1703DC;
}
</style>
border-color css
<style>
span { border-color: #1703DC; }
span { border-color: rgb(23,3,220); }
td.TdClassName
{
border-color: #1703DC;
}
.TagClassName
{
border-color: #1703DC;
}
</style>