Shades of Medium Blue #0704BA
Tints of Medium Blue #0704BA
RGB
CMYK
RGB Variations
Color information
#0704BA (or 0x0704BA) is known color: Medium Blue. HEX triplet: 07, 04 and BA. RGB value is (7,4,186). Sum of RGB (Red+Green+Blue) = 7+4+186=197 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.55% from 197); Green value is 4 (1.95% from 255 or 2.03% from 197); Blue value is 186 (73.05% from 255 or 94.42% from 197); Max value from RGB is 186 - color contains mainly: blue. Hex color #0704BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0704BA is #F8FB45. Grayscale: #181818. Windows color (decimal): -16317254 or 12190727. OLE color: 12190727.
HSL color Cylindrical-coordinate representation of color #0704BA: hue angle of 240.99º 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 #0704BA is Cyan = 0.96, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 4 | 186 | - |
| CMYK | 0.96 | 0.98 | 0 | 0.27 |
| HSL | 240.99º | 0.96% | 0.37% | - |
| HSV(B) | 240.99º | 0.98% | 0.73% | - |
| XYZ | 8.99 | 3.68 | 46.69 | - |
| YUV | 25.65 | 218.49 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 4 | 186 | 0.96 | 0.98 | 0 | 0.27 | 240.99 | 0.96 | 0.37 |
| Hex | 7 | 4 | BA | 60 | 62 | 0 | 1B | F1 | 60 | 25 |
| Octal | 7 | 4 | 272 | 140 | 142 | 0 | 33 | 361 | 140 | 45 |
| Binary | 111 | 100 | 10111010 | 1100000 | 1100010 | 0 | 11011 | 11110001 | 1100000 | 100101 |
Color Harmonies of #0704BA
Complementary color
Monochromatic Colors of #0704BA
Black with #0704BA
Text Example
Text Example
White with #0704BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0704BA; }
p { color: rgb(7,4,186); }
H1.HeaderClassName
{
color: #0704BA;
}
.AnyTagClassName
{
color: #0704BA;
}
</style>
background-color css
<style>
a { background-color: #0704BA; }
a { background-color: rgb(7,4,186); }
div.DivClassName
{
background-color: #0704BA;
}
.BgClassName
{
background-color: #0704BA;
}
</style>
border-color css
<style>
span { border-color: #0704BA; }
span { border-color: rgb(7,4,186); }
td.TdClassName
{
border-color: #0704BA;
}
.TagClassName
{
border-color: #0704BA;
}
</style>