Shades of Medium Blue #070BBC
Tints of Medium Blue #070BBC
RGB
CMYK
RGB Variations
Color information
#070BBC (or 0x070BBC) is known color: Medium Blue. HEX triplet: 07, 0B and BC. RGB value is (7,11,188). Sum of RGB (Red+Green+Blue) = 7+11+188=206 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.40% from 206); Green value is 11 (4.69% from 255 or 5.34% from 206); Blue value is 188 (73.83% from 255 or 91.26% from 206); Max value from RGB is 188 - color contains mainly: blue. Hex color #070BBC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #070BBC is #F8F443. Grayscale: #1D1D1D. Windows color (decimal): -16315460 or 12323591. OLE color: 12323591.
HSL color Cylindrical-coordinate representation of color #070BBC: hue angle of 238.67º 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 #070BBC is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 11 | 188 | - |
| CMYK | 0.96 | 0.94 | 0 | 0.26 |
| HSL | 238.67º | 0.93% | 0.38% | - |
| HSV(B) | 238.67º | 0.96% | 0.74% | - |
| XYZ | 9.28 | 3.92 | 47.84 | - |
| YUV | 29.98 | 217.17 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 11 | 188 | 0.96 | 0.94 | 0 | 0.26 | 238.67 | 0.93 | 0.38 |
| Hex | 7 | B | BC | 60 | 5E | 0 | 1A | EF | 5D | 26 |
| Octal | 7 | 13 | 274 | 140 | 136 | 0 | 32 | 357 | 135 | 46 |
| Binary | 111 | 1011 | 10111100 | 1100000 | 1011110 | 0 | 11010 | 11101111 | 1011101 | 100110 |
Color Harmonies of #070BBC
Complementary color
Monochromatic Colors of #070BBC
Black with #070BBC
Text Example
Text Example
White with #070BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070BBC; }
p { color: rgb(7,11,188); }
H1.HeaderClassName
{
color: #070BBC;
}
.AnyTagClassName
{
color: #070BBC;
}
</style>
background-color css
<style>
a { background-color: #070BBC; }
a { background-color: rgb(7,11,188); }
div.DivClassName
{
background-color: #070BBC;
}
.BgClassName
{
background-color: #070BBC;
}
</style>
border-color css
<style>
span { border-color: #070BBC; }
span { border-color: rgb(7,11,188); }
td.TdClassName
{
border-color: #070BBC;
}
.TagClassName
{
border-color: #070BBC;
}
</style>