Shades of Medium Blue #070FBC
Tints of Medium Blue #070FBC
RGB
CMYK
RGB Variations
Color information
#070FBC (or 0x070FBC) is known color: Medium Blue. HEX triplet: 07, 0F and BC. RGB value is (7,15,188). Sum of RGB (Red+Green+Blue) = 7+15+188=210 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.33% from 210); Green value is 15 (6.25% from 255 or 7.14% from 210); Blue value is 188 (73.83% from 255 or 89.52% from 210); Max value from RGB is 188 - color contains mainly: blue. Hex color #070FBC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #070FBC is #F8F043. Grayscale: #1F1F1F. Windows color (decimal): -16314436 or 12324615. OLE color: 12324615.
HSL color Cylindrical-coordinate representation of color #070FBC: hue angle of 237.35º 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 #070FBC is Cyan = 0.96, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 15 | 188 | - |
| CMYK | 0.96 | 0.92 | 0 | 0.26 |
| HSL | 237.35º | 0.93% | 0.38% | - |
| HSV(B) | 237.35º | 0.96% | 0.74% | - |
| XYZ | 9.34 | 4.02 | 47.86 | - |
| YUV | 32.33 | 215.85 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 15 | 188 | 0.96 | 0.92 | 0 | 0.26 | 237.35 | 0.93 | 0.38 |
| Hex | 7 | F | BC | 60 | 5C | 0 | 1A | ED | 5D | 26 |
| Octal | 7 | 17 | 274 | 140 | 134 | 0 | 32 | 355 | 135 | 46 |
| Binary | 111 | 1111 | 10111100 | 1100000 | 1011100 | 0 | 11010 | 11101101 | 1011101 | 100110 |
Color Harmonies of #070FBC
Complementary color
Monochromatic Colors of #070FBC
Black with #070FBC
Text Example
Text Example
White with #070FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070FBC; }
p { color: rgb(7,15,188); }
H1.HeaderClassName
{
color: #070FBC;
}
.AnyTagClassName
{
color: #070FBC;
}
</style>
background-color css
<style>
a { background-color: #070FBC; }
a { background-color: rgb(7,15,188); }
div.DivClassName
{
background-color: #070FBC;
}
.BgClassName
{
background-color: #070FBC;
}
</style>
border-color css
<style>
span { border-color: #070FBC; }
span { border-color: rgb(7,15,188); }
td.TdClassName
{
border-color: #070FBC;
}
.TagClassName
{
border-color: #070FBC;
}
</style>