Shades of Medium Blue #070DBF
Tints of Medium Blue #070DBF
RGB
CMYK
RGB Variations
Color information
#070DBF (or 0x070DBF) is known color: Medium Blue. HEX triplet: 07, 0D and BF. RGB value is (7,13,191). Sum of RGB (Red+Green+Blue) = 7+13+191=211 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.32% from 211); Green value is 13 (5.47% from 255 or 6.16% from 211); Blue value is 191 (75% from 255 or 90.52% from 211); Max value from RGB is 191 - color contains mainly: blue. Hex color #070DBF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #070DBF is #F8F240. Grayscale: #1E1E1E. Windows color (decimal): -16314945 or 12520711. OLE color: 12520711.
HSL color Cylindrical-coordinate representation of color #070DBF: hue angle of 238.04º 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 #070DBF is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 13 | 191 | - |
| CMYK | 0.96 | 0.93 | 0 | 0.25 |
| HSL | 238.04º | 0.93% | 0.39% | - |
| HSV(B) | 238.04º | 0.96% | 0.75% | - |
| XYZ | 9.64 | 4.09 | 49.57 | - |
| YUV | 31.5 | 218.01 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 13 | 191 | 0.96 | 0.93 | 0 | 0.25 | 238.04 | 0.93 | 0.39 |
| Hex | 7 | D | BF | 60 | 5D | 0 | 19 | EE | 5D | 27 |
| Octal | 7 | 15 | 277 | 140 | 135 | 0 | 31 | 356 | 135 | 47 |
| Binary | 111 | 1101 | 10111111 | 1100000 | 1011101 | 0 | 11001 | 11101110 | 1011101 | 100111 |
Color Harmonies of #070DBF
Complementary color
Monochromatic Colors of #070DBF
Black with #070DBF
Text Example
Text Example
White with #070DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070DBF; }
p { color: rgb(7,13,191); }
H1.HeaderClassName
{
color: #070DBF;
}
.AnyTagClassName
{
color: #070DBF;
}
</style>
background-color css
<style>
a { background-color: #070DBF; }
a { background-color: rgb(7,13,191); }
div.DivClassName
{
background-color: #070DBF;
}
.BgClassName
{
background-color: #070DBF;
}
</style>
border-color css
<style>
span { border-color: #070DBF; }
span { border-color: rgb(7,13,191); }
td.TdClassName
{
border-color: #070DBF;
}
.TagClassName
{
border-color: #070DBF;
}
</style>