Shades of Medium Blue #1704BA
Tints of Medium Blue #1704BA
RGB
CMYK
RGB Variations
Color information
#1704BA (or 0x1704BA) is known color: Medium Blue. HEX triplet: 17, 04 and BA. RGB value is (23,4,186). Sum of RGB (Red+Green+Blue) = 23+4+186=213 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.80% from 213); Green value is 4 (1.95% from 255 or 1.88% from 213); Blue value is 186 (73.05% from 255 or 87.32% from 213); Max value from RGB is 186 - color contains mainly: blue. Hex color #1704BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1704BA is #E8FB45. Grayscale: #1D1D1D. Windows color (decimal): -15268678 or 12190743. OLE color: 12190743.
HSL color Cylindrical-coordinate representation of color #1704BA: hue angle of 246.26º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1704BA is Cyan = 0.88, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 23 | 4 | 186 | - |
| CMYK | 0.88 | 0.98 | 0 | 0.27 |
| HSL | 246.26º | 0.96% | 0.37% | - |
| HSV(B) | 246.26º | 0.98% | 0.73% | - |
| XYZ | 9.26 | 3.81 | 46.7 | - |
| YUV | 30.43 | 215.79 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 4 | 186 | 0.88 | 0.98 | 0 | 0.27 | 246.26 | 0.96 | 0.37 |
| Hex | 17 | 4 | BA | 58 | 62 | 0 | 1B | F6 | 60 | 25 |
| Octal | 27 | 4 | 272 | 130 | 142 | 0 | 33 | 366 | 140 | 45 |
| Binary | 10111 | 100 | 10111010 | 1011000 | 1100010 | 0 | 11011 | 11110110 | 1100000 | 100101 |
Color Harmonies of #1704BA
Complementary color
Monochromatic Colors of #1704BA
Black with #1704BA
Text Example
Text Example
White with #1704BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1704BA; }
p { color: rgb(23,4,186); }
H1.HeaderClassName
{
color: #1704BA;
}
.AnyTagClassName
{
color: #1704BA;
}
</style>
background-color css
<style>
a { background-color: #1704BA; }
a { background-color: rgb(23,4,186); }
div.DivClassName
{
background-color: #1704BA;
}
.BgClassName
{
background-color: #1704BA;
}
</style>
border-color css
<style>
span { border-color: #1704BA; }
span { border-color: rgb(23,4,186); }
td.TdClassName
{
border-color: #1704BA;
}
.TagClassName
{
border-color: #1704BA;
}
</style>