Shades of Medium Blue #0709BC
Tints of Medium Blue #0709BC
RGB
CMYK
RGB Variations
Color information
#0709BC (or 0x0709BC) is known color: Medium Blue. HEX triplet: 07, 09 and BC. RGB value is (7,9,188). Sum of RGB (Red+Green+Blue) = 7+9+188=204 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.43% from 204); Green value is 9 (3.91% from 255 or 4.41% from 204); Blue value is 188 (73.83% from 255 or 92.16% from 204); Max value from RGB is 188 - color contains mainly: blue. Hex color #0709BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0709BC is #F8F643. Grayscale: #1C1C1C. Windows color (decimal): -16315972 or 12323079. OLE color: 12323079.
HSL color Cylindrical-coordinate representation of color #0709BC: hue angle of 239.34º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0709BC is Cyan = 0.96, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 9 | 188 | - |
| CMYK | 0.96 | 0.95 | 0 | 0.26 |
| HSL | 239.34º | 0.93% | 0.38% | - |
| HSV(B) | 239.34º | 0.96% | 0.74% | - |
| XYZ | 9.26 | 3.87 | 47.84 | - |
| YUV | 28.81 | 217.84 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 9 | 188 | 0.96 | 0.95 | 0 | 0.26 | 239.34 | 0.93 | 0.38 |
| Hex | 7 | 9 | BC | 60 | 5F | 0 | 1A | EF | 5D | 26 |
| Octal | 7 | 11 | 274 | 140 | 137 | 0 | 32 | 357 | 135 | 46 |
| Binary | 111 | 1001 | 10111100 | 1100000 | 1011111 | 0 | 11010 | 11101111 | 1011101 | 100110 |
Color Harmonies of #0709BC
Complementary color
Monochromatic Colors of #0709BC
Black with #0709BC
Text Example
Text Example
White with #0709BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0709BC; }
p { color: rgb(7,9,188); }
H1.HeaderClassName
{
color: #0709BC;
}
.AnyTagClassName
{
color: #0709BC;
}
</style>
background-color css
<style>
a { background-color: #0709BC; }
a { background-color: rgb(7,9,188); }
div.DivClassName
{
background-color: #0709BC;
}
.BgClassName
{
background-color: #0709BC;
}
</style>
border-color css
<style>
span { border-color: #0709BC; }
span { border-color: rgb(7,9,188); }
td.TdClassName
{
border-color: #0709BC;
}
.TagClassName
{
border-color: #0709BC;
}
</style>