Shades of Medium Blue #1704D1
Tints of Medium Blue #1704D1
RGB
CMYK
RGB Variations
Color information
#1704D1 (or 0x1704D1) is known color: Medium Blue. HEX triplet: 17, 04 and D1. RGB value is (23,4,209). Sum of RGB (Red+Green+Blue) = 23+4+209=236 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.75% from 236); Green value is 4 (1.95% from 255 or 1.69% from 236); Blue value is 209 (82.03% from 255 or 88.56% from 236); Max value from RGB is 209 - color contains mainly: blue. Hex color #1704D1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1704D1 is #E8FB2E. Grayscale: #202020. Windows color (decimal): -15268655 or 13698071. OLE color: 13698071.
HSL color Cylindrical-coordinate representation of color #1704D1: hue angle of 245.56º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1704D1 is Cyan = 0.89, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 23 | 4 | 209 | - |
| CMYK | 0.89 | 0.98 | 0 | 0.18 |
| HSL | 245.56º | 0.96% | 0.42% | - |
| HSV(B) | 245.56º | 0.98% | 0.82% | - |
| XYZ | 11.91 | 4.87 | 60.63 | - |
| YUV | 33.05 | 227.29 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 4 | 209 | 0.89 | 0.98 | 0 | 0.18 | 245.56 | 0.96 | 0.42 |
| Hex | 17 | 4 | D1 | 59 | 62 | 0 | 12 | F6 | 60 | 2A |
| Octal | 27 | 4 | 321 | 131 | 142 | 0 | 22 | 366 | 140 | 52 |
| Binary | 10111 | 100 | 11010001 | 1011001 | 1100010 | 0 | 10010 | 11110110 | 1100000 | 101010 |
Color Harmonies of #1704D1
Complementary color
Monochromatic Colors of #1704D1
Black with #1704D1
Text Example
Text Example
White with #1704D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1704D1; }
p { color: rgb(23,4,209); }
H1.HeaderClassName
{
color: #1704D1;
}
.AnyTagClassName
{
color: #1704D1;
}
</style>
background-color css
<style>
a { background-color: #1704D1; }
a { background-color: rgb(23,4,209); }
div.DivClassName
{
background-color: #1704D1;
}
.BgClassName
{
background-color: #1704D1;
}
</style>
border-color css
<style>
span { border-color: #1704D1; }
span { border-color: rgb(23,4,209); }
td.TdClassName
{
border-color: #1704D1;
}
.TagClassName
{
border-color: #1704D1;
}
</style>