Shades of Medium Blue #070DBA
Tints of Medium Blue #070DBA
RGB
CMYK
RGB Variations
Color information
#070DBA (or 0x070DBA) is known color: Medium Blue. HEX triplet: 07, 0D and BA. RGB value is (7,13,186). Sum of RGB (Red+Green+Blue) = 7+13+186=206 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.40% from 206); Green value is 13 (5.47% from 255 or 6.31% from 206); Blue value is 186 (73.05% from 255 or 90.29% from 206); Max value from RGB is 186 - color contains mainly: blue. Hex color #070DBA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #070DBA is #F8F245. Grayscale: #1E1E1E. Windows color (decimal): -16314950 or 12193031. OLE color: 12193031.
HSL color Cylindrical-coordinate representation of color #070DBA: hue angle of 237.99º 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 #070DBA is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 13 | 186 | - |
| CMYK | 0.96 | 0.93 | 0 | 0.27 |
| HSL | 237.99º | 0.93% | 0.38% | - |
| HSV(B) | 237.99º | 0.96% | 0.73% | - |
| XYZ | 9.09 | 3.88 | 46.72 | - |
| YUV | 30.93 | 215.51 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 13 | 186 | 0.96 | 0.93 | 0 | 0.27 | 237.99 | 0.93 | 0.38 |
| Hex | 7 | D | BA | 60 | 5D | 0 | 1B | EE | 5D | 26 |
| Octal | 7 | 15 | 272 | 140 | 135 | 0 | 33 | 356 | 135 | 46 |
| Binary | 111 | 1101 | 10111010 | 1100000 | 1011101 | 0 | 11011 | 11101110 | 1011101 | 100110 |
Color Harmonies of #070DBA
Complementary color
Monochromatic Colors of #070DBA
Black with #070DBA
Text Example
Text Example
White with #070DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070DBA; }
p { color: rgb(7,13,186); }
H1.HeaderClassName
{
color: #070DBA;
}
.AnyTagClassName
{
color: #070DBA;
}
</style>
background-color css
<style>
a { background-color: #070DBA; }
a { background-color: rgb(7,13,186); }
div.DivClassName
{
background-color: #070DBA;
}
.BgClassName
{
background-color: #070DBA;
}
</style>
border-color css
<style>
span { border-color: #070DBA; }
span { border-color: rgb(7,13,186); }
td.TdClassName
{
border-color: #070DBA;
}
.TagClassName
{
border-color: #070DBA;
}
</style>