Shades of Medium Blue #070CBB
Tints of Medium Blue #070CBB
RGB
CMYK
RGB Variations
Color information
#070CBB (or 0x070CBB) is known color: Medium Blue. HEX triplet: 07, 0C and BB. RGB value is (7,12,187). Sum of RGB (Red+Green+Blue) = 7+12+187=206 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.40% from 206); Green value is 12 (5.08% from 255 or 5.83% from 206); Blue value is 187 (73.44% from 255 or 90.78% from 206); Max value from RGB is 187 - color contains mainly: blue. Hex color #070CBB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #070CBB is #F8F344. Grayscale: #1D1D1D. Windows color (decimal): -16315205 or 12258311. OLE color: 12258311.
HSL color Cylindrical-coordinate representation of color #070CBB: hue angle of 238.33º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #070CBB is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 12 | 187 | - |
| CMYK | 0.96 | 0.94 | 0 | 0.27 |
| HSL | 238.33º | 0.93% | 0.38% | - |
| HSV(B) | 238.33º | 0.96% | 0.73% | - |
| XYZ | 9.19 | 3.9 | 47.28 | - |
| YUV | 30.46 | 216.34 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 12 | 187 | 0.96 | 0.94 | 0 | 0.27 | 238.33 | 0.93 | 0.38 |
| Hex | 7 | C | BB | 60 | 5E | 0 | 1B | EE | 5D | 26 |
| Octal | 7 | 14 | 273 | 140 | 136 | 0 | 33 | 356 | 135 | 46 |
| Binary | 111 | 1100 | 10111011 | 1100000 | 1011110 | 0 | 11011 | 11101110 | 1011101 | 100110 |
Color Harmonies of #070CBB
Complementary color
Monochromatic Colors of #070CBB
Black with #070CBB
Text Example
Text Example
White with #070CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070CBB; }
p { color: rgb(7,12,187); }
H1.HeaderClassName
{
color: #070CBB;
}
.AnyTagClassName
{
color: #070CBB;
}
</style>
background-color css
<style>
a { background-color: #070CBB; }
a { background-color: rgb(7,12,187); }
div.DivClassName
{
background-color: #070CBB;
}
.BgClassName
{
background-color: #070CBB;
}
</style>
border-color css
<style>
span { border-color: #070CBB; }
span { border-color: rgb(7,12,187); }
td.TdClassName
{
border-color: #070CBB;
}
.TagClassName
{
border-color: #070CBB;
}
</style>