Shades of Medium Blue #070FCF
Tints of Medium Blue #070FCF
RGB
CMYK
RGB Variations
Color information
#070FCF (or 0x070FCF) is known color: Medium Blue. HEX triplet: 07, 0F and CF. RGB value is (7,15,207). Sum of RGB (Red+Green+Blue) = 7+15+207=229 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.06% from 229); Green value is 15 (6.25% from 255 or 6.55% from 229); Blue value is 207 (81.25% from 255 or 90.39% from 229); Max value from RGB is 207 - color contains mainly: blue. Hex color #070FCF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #070FCF is #F8F030. Grayscale: #212121. Windows color (decimal): -16314417 or 13569799. OLE color: 13569799.
HSL color Cylindrical-coordinate representation of color #070FCF: hue angle of 237.6º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #070FCF is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 15 | 207 | - |
| CMYK | 0.97 | 0.93 | 0 | 0.19 |
| HSL | 237.6º | 0.93% | 0.42% | - |
| HSV(B) | 237.6º | 0.97% | 0.81% | - |
| XYZ | 11.52 | 4.89 | 59.37 | - |
| YUV | 34.5 | 225.35 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 15 | 207 | 0.97 | 0.93 | 0 | 0.19 | 237.6 | 0.93 | 0.42 |
| Hex | 7 | F | CF | 61 | 5D | 0 | 13 | EE | 5D | 2A |
| Octal | 7 | 17 | 317 | 141 | 135 | 0 | 23 | 356 | 135 | 52 |
| Binary | 111 | 1111 | 11001111 | 1100001 | 1011101 | 0 | 10011 | 11101110 | 1011101 | 101010 |
Color Harmonies of #070FCF
Complementary color
Monochromatic Colors of #070FCF
Black with #070FCF
Text Example
Text Example
White with #070FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070FCF; }
p { color: rgb(7,15,207); }
H1.HeaderClassName
{
color: #070FCF;
}
.AnyTagClassName
{
color: #070FCF;
}
</style>
background-color css
<style>
a { background-color: #070FCF; }
a { background-color: rgb(7,15,207); }
div.DivClassName
{
background-color: #070FCF;
}
.BgClassName
{
background-color: #070FCF;
}
</style>
border-color css
<style>
span { border-color: #070FCF; }
span { border-color: rgb(7,15,207); }
td.TdClassName
{
border-color: #070FCF;
}
.TagClassName
{
border-color: #070FCF;
}
</style>