Shades of Medium Blue #0704BC
Tints of Medium Blue #0704BC
RGB
CMYK
RGB Variations
Color information
#0704BC (or 0x0704BC) is known color: Medium Blue. HEX triplet: 07, 04 and BC. RGB value is (7,4,188). Sum of RGB (Red+Green+Blue) = 7+4+188=199 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.52% from 199); Green value is 4 (1.95% from 255 or 2.01% from 199); Blue value is 188 (73.83% from 255 or 94.47% from 199); Max value from RGB is 188 - color contains mainly: blue. Hex color #0704BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0704BC is #F8FB43. Grayscale: #191919. Windows color (decimal): -16317252 or 12321799. OLE color: 12321799.
HSL color Cylindrical-coordinate representation of color #0704BC: hue angle of 240.98º 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 #0704BC is Cyan = 0.96, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 4 | 188 | - |
| CMYK | 0.96 | 0.98 | 0 | 0.26 |
| HSL | 240.98º | 0.96% | 0.38% | - |
| HSV(B) | 240.98º | 0.98% | 0.74% | - |
| XYZ | 9.21 | 3.76 | 47.82 | - |
| YUV | 25.87 | 219.49 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 4 | 188 | 0.96 | 0.98 | 0 | 0.26 | 240.98 | 0.96 | 0.38 |
| Hex | 7 | 4 | BC | 60 | 62 | 0 | 1A | F1 | 60 | 26 |
| Octal | 7 | 4 | 274 | 140 | 142 | 0 | 32 | 361 | 140 | 46 |
| Binary | 111 | 100 | 10111100 | 1100000 | 1100010 | 0 | 11010 | 11110001 | 1100000 | 100110 |
Color Harmonies of #0704BC
Complementary color
Monochromatic Colors of #0704BC
Black with #0704BC
Text Example
Text Example
White with #0704BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0704BC; }
p { color: rgb(7,4,188); }
H1.HeaderClassName
{
color: #0704BC;
}
.AnyTagClassName
{
color: #0704BC;
}
</style>
background-color css
<style>
a { background-color: #0704BC; }
a { background-color: rgb(7,4,188); }
div.DivClassName
{
background-color: #0704BC;
}
.BgClassName
{
background-color: #0704BC;
}
</style>
border-color css
<style>
span { border-color: #0704BC; }
span { border-color: rgb(7,4,188); }
td.TdClassName
{
border-color: #0704BC;
}
.TagClassName
{
border-color: #0704BC;
}
</style>