Shades of Medium Blue #070DC1
Tints of Medium Blue #070DC1
RGB
CMYK
RGB Variations
Color information
#070DC1 (or 0x070DC1) is known color: Medium Blue. HEX triplet: 07, 0D and C1. RGB value is (7,13,193). Sum of RGB (Red+Green+Blue) = 7+13+193=213 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.29% from 213); Green value is 13 (5.47% from 255 or 6.10% from 213); Blue value is 193 (75.78% from 255 or 90.61% from 213); Max value from RGB is 193 - color contains mainly: blue. Hex color #070DC1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #070DC1 is #F8F23E. Grayscale: #1F1F1F. Windows color (decimal): -16314943 or 12651783. OLE color: 12651783.
HSL color Cylindrical-coordinate representation of color #070DC1: hue angle of 238.06º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #070DC1 is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 7 | 13 | 193 | - |
| CMYK | 0.96 | 0.93 | 0 | 0.24 |
| HSL | 238.06º | 0.93% | 0.39% | - |
| HSV(B) | 238.06º | 0.96% | 0.76% | - |
| XYZ | 9.86 | 4.18 | 50.74 | - |
| YUV | 31.73 | 219.01 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 13 | 193 | 0.96 | 0.93 | 0 | 0.24 | 238.06 | 0.93 | 0.39 |
| Hex | 7 | D | C1 | 60 | 5D | 0 | 18 | EE | 5D | 27 |
| Octal | 7 | 15 | 301 | 140 | 135 | 0 | 30 | 356 | 135 | 47 |
| Binary | 111 | 1101 | 11000001 | 1100000 | 1011101 | 0 | 11000 | 11101110 | 1011101 | 100111 |
Color Harmonies of #070DC1
Complementary color
Monochromatic Colors of #070DC1
Black with #070DC1
Text Example
Text Example
White with #070DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070DC1; }
p { color: rgb(7,13,193); }
H1.HeaderClassName
{
color: #070DC1;
}
.AnyTagClassName
{
color: #070DC1;
}
</style>
background-color css
<style>
a { background-color: #070DC1; }
a { background-color: rgb(7,13,193); }
div.DivClassName
{
background-color: #070DC1;
}
.BgClassName
{
background-color: #070DC1;
}
</style>
border-color css
<style>
span { border-color: #070DC1; }
span { border-color: rgb(7,13,193); }
td.TdClassName
{
border-color: #070DC1;
}
.TagClassName
{
border-color: #070DC1;
}
</style>