Shades of Medium Blue #070FC0
Tints of Medium Blue #070FC0
RGB
CMYK
RGB Variations
Color information
#070FC0 (or 0x070FC0) is known color: Medium Blue. HEX triplet: 07, 0F and C0. RGB value is (7,15,192). Sum of RGB (Red+Green+Blue) = 7+15+192=214 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.27% from 214); Green value is 15 (6.25% from 255 or 7.01% from 214); Blue value is 192 (75.39% from 255 or 89.72% from 214); Max value from RGB is 192 - color contains mainly: blue. Hex color #070FC0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #070FC0 is #F8F03F. Grayscale: #202020. Windows color (decimal): -16314432 or 12586759. OLE color: 12586759.
HSL color Cylindrical-coordinate representation of color #070FC0: hue angle of 237.41º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #070FC0 is Cyan = 0.96, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 15 | 192 | - |
| CMYK | 0.96 | 0.92 | 0 | 0.25 |
| HSL | 237.41º | 0.93% | 0.39% | - |
| HSV(B) | 237.41º | 0.96% | 0.75% | - |
| XYZ | 9.77 | 4.19 | 50.16 | - |
| YUV | 32.79 | 217.85 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 15 | 192 | 0.96 | 0.92 | 0 | 0.25 | 237.41 | 0.93 | 0.39 |
| Hex | 7 | F | C0 | 60 | 5C | 0 | 19 | ED | 5D | 27 |
| Octal | 7 | 17 | 300 | 140 | 134 | 0 | 31 | 355 | 135 | 47 |
| Binary | 111 | 1111 | 11000000 | 1100000 | 1011100 | 0 | 11001 | 11101101 | 1011101 | 100111 |
Color Harmonies of #070FC0
Complementary color
Monochromatic Colors of #070FC0
Black with #070FC0
Text Example
Text Example
White with #070FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070FC0; }
p { color: rgb(7,15,192); }
H1.HeaderClassName
{
color: #070FC0;
}
.AnyTagClassName
{
color: #070FC0;
}
</style>
background-color css
<style>
a { background-color: #070FC0; }
a { background-color: rgb(7,15,192); }
div.DivClassName
{
background-color: #070FC0;
}
.BgClassName
{
background-color: #070FC0;
}
</style>
border-color css
<style>
span { border-color: #070FC0; }
span { border-color: rgb(7,15,192); }
td.TdClassName
{
border-color: #070FC0;
}
.TagClassName
{
border-color: #070FC0;
}
</style>