Shades of Medium Blue #1704BD
Tints of Medium Blue #1704BD
RGB
CMYK
RGB Variations
Color information
#1704BD (or 0x1704BD) is known color: Medium Blue. HEX triplet: 17, 04 and BD. RGB value is (23,4,189). Sum of RGB (Red+Green+Blue) = 23+4+189=216 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.65% from 216); Green value is 4 (1.95% from 255 or 1.85% from 216); Blue value is 189 (74.22% from 255 or 87.5% from 216); Max value from RGB is 189 - color contains mainly: blue. Hex color #1704BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1704BD is #E8FB42. Grayscale: #1E1E1E. Windows color (decimal): -15268675 or 12387351. OLE color: 12387351.
HSL color Cylindrical-coordinate representation of color #1704BD: hue angle of 246.16º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1704BD is Cyan = 0.88, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 23 | 4 | 189 | - |
| CMYK | 0.88 | 0.98 | 0 | 0.26 |
| HSL | 246.16º | 0.96% | 0.38% | - |
| HSV(B) | 246.16º | 0.98% | 0.74% | - |
| XYZ | 9.58 | 3.94 | 48.4 | - |
| YUV | 30.77 | 217.29 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 4 | 189 | 0.88 | 0.98 | 0 | 0.26 | 246.16 | 0.96 | 0.38 |
| Hex | 17 | 4 | BD | 58 | 62 | 0 | 1A | F6 | 60 | 26 |
| Octal | 27 | 4 | 275 | 130 | 142 | 0 | 32 | 366 | 140 | 46 |
| Binary | 10111 | 100 | 10111101 | 1011000 | 1100010 | 0 | 11010 | 11110110 | 1100000 | 100110 |
Color Harmonies of #1704BD
Complementary color
Monochromatic Colors of #1704BD
Black with #1704BD
Text Example
Text Example
White with #1704BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1704BD; }
p { color: rgb(23,4,189); }
H1.HeaderClassName
{
color: #1704BD;
}
.AnyTagClassName
{
color: #1704BD;
}
</style>
background-color css
<style>
a { background-color: #1704BD; }
a { background-color: rgb(23,4,189); }
div.DivClassName
{
background-color: #1704BD;
}
.BgClassName
{
background-color: #1704BD;
}
</style>
border-color css
<style>
span { border-color: #1704BD; }
span { border-color: rgb(23,4,189); }
td.TdClassName
{
border-color: #1704BD;
}
.TagClassName
{
border-color: #1704BD;
}
</style>