Shades of Medium Blue #0704C0
Tints of Medium Blue #0704C0
RGB
CMYK
RGB Variations
Color information
#0704C0 (or 0x0704C0) is known color: Medium Blue. HEX triplet: 07, 04 and C0. RGB value is (7,4,192). Sum of RGB (Red+Green+Blue) = 7+4+192=203 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.45% from 203); Green value is 4 (1.95% from 255 or 1.97% from 203); Blue value is 192 (75.39% from 255 or 94.58% from 203); Max value from RGB is 192 - color contains mainly: blue. Hex color #0704C0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0704C0 is #F8FB3F. Grayscale: #191919. Windows color (decimal): -16317248 or 12583943. OLE color: 12583943.
HSL color Cylindrical-coordinate representation of color #0704C0: hue angle of 240.96º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0704C0 is Cyan = 0.96, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 4 | 192 | - |
| CMYK | 0.96 | 0.98 | 0 | 0.25 |
| HSL | 240.96º | 0.96% | 0.38% | - |
| HSV(B) | 240.96º | 0.98% | 0.75% | - |
| XYZ | 9.65 | 3.94 | 50.12 | - |
| YUV | 26.33 | 221.49 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 4 | 192 | 0.96 | 0.98 | 0 | 0.25 | 240.96 | 0.96 | 0.38 |
| Hex | 7 | 4 | C0 | 60 | 62 | 0 | 19 | F1 | 60 | 26 |
| Octal | 7 | 4 | 300 | 140 | 142 | 0 | 31 | 361 | 140 | 46 |
| Binary | 111 | 100 | 11000000 | 1100000 | 1100010 | 0 | 11001 | 11110001 | 1100000 | 100110 |
Color Harmonies of #0704C0
Complementary color
Monochromatic Colors of #0704C0
Black with #0704C0
Text Example
Text Example
White with #0704C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0704C0; }
p { color: rgb(7,4,192); }
H1.HeaderClassName
{
color: #0704C0;
}
.AnyTagClassName
{
color: #0704C0;
}
</style>
background-color css
<style>
a { background-color: #0704C0; }
a { background-color: rgb(7,4,192); }
div.DivClassName
{
background-color: #0704C0;
}
.BgClassName
{
background-color: #0704C0;
}
</style>
border-color css
<style>
span { border-color: #0704C0; }
span { border-color: rgb(7,4,192); }
td.TdClassName
{
border-color: #0704C0;
}
.TagClassName
{
border-color: #0704C0;
}
</style>