Shades of Medium Blue #1704DC
Tints of Medium Blue #1704DC
RGB
CMYK
RGB Variations
Color information
#1704DC (or 0x1704DC) is known color: Medium Blue. HEX triplet: 17, 04 and DC. RGB value is (23,4,220). Sum of RGB (Red+Green+Blue) = 23+4+220=247 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.31% from 247); Green value is 4 (1.95% from 255 or 1.62% from 247); Blue value is 220 (86.33% from 255 or 89.07% from 247); Max value from RGB is 220 - color contains mainly: blue. Hex color #1704DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1704DC is #E8FB23. Grayscale: #212121. Windows color (decimal): -15268644 or 14418967. OLE color: 14418967.
HSL color Cylindrical-coordinate representation of color #1704DC: hue angle of 245.28º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1704DC is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 4 | 220 | - |
| CMYK | 0.90 | 0.98 | 0 | 0.14 |
| HSL | 245.28º | 0.96% | 0.44% | - |
| HSV(B) | 245.28º | 0.98% | 0.86% | - |
| XYZ | 13.32 | 5.44 | 68.06 | - |
| YUV | 34.31 | 232.79 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 4 | 220 | 0.90 | 0.98 | 0 | 0.14 | 245.28 | 0.96 | 0.44 |
| Hex | 17 | 4 | DC | 5A | 62 | 0 | E | F5 | 60 | 2C |
| Octal | 27 | 4 | 334 | 132 | 142 | 0 | 16 | 365 | 140 | 54 |
| Binary | 10111 | 100 | 11011100 | 1011010 | 1100010 | 0 | 1110 | 11110101 | 1100000 | 101100 |
Color Harmonies of #1704DC
Complementary color
Monochromatic Colors of #1704DC
Black with #1704DC
Text Example
Text Example
White with #1704DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1704DC; }
p { color: rgb(23,4,220); }
H1.HeaderClassName
{
color: #1704DC;
}
.AnyTagClassName
{
color: #1704DC;
}
</style>
background-color css
<style>
a { background-color: #1704DC; }
a { background-color: rgb(23,4,220); }
div.DivClassName
{
background-color: #1704DC;
}
.BgClassName
{
background-color: #1704DC;
}
</style>
border-color css
<style>
span { border-color: #1704DC; }
span { border-color: rgb(23,4,220); }
td.TdClassName
{
border-color: #1704DC;
}
.TagClassName
{
border-color: #1704DC;
}
</style>