Shades of Medium Blue #070ADF
Tints of Medium Blue #070ADF
RGB
CMYK
RGB Variations
Color information
#070ADF (or 0x070ADF) is known color: Medium Blue. HEX triplet: 07, 0A and DF. RGB value is (7,10,223). Sum of RGB (Red+Green+Blue) = 7+10+223=240 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.92% from 240); Green value is 10 (4.30% from 255 or 4.17% from 240); Blue value is 223 (87.5% from 255 or 92.92% from 240); Max value from RGB is 223 - color contains mainly: blue. Hex color #070ADF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #070ADF is #F8F520. Grayscale: #202020. Windows color (decimal): -16315681 or 14617095. OLE color: 14617095.
HSL color Cylindrical-coordinate representation of color #070ADF: hue angle of 239.17º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #070ADF is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 10 | 223 | - |
| CMYK | 0.97 | 0.96 | 0 | 0.13 |
| HSL | 239.17º | 0.94% | 0.45% | - |
| HSV(B) | 239.17º | 0.97% | 0.87% | - |
| XYZ | 13.52 | 5.59 | 70.18 | - |
| YUV | 33.39 | 235.01 | 109.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 10 | 223 | 0.97 | 0.96 | 0 | 0.13 | 239.17 | 0.94 | 0.45 |
| Hex | 7 | A | DF | 61 | 60 | 0 | D | EF | 5E | 2D |
| Octal | 7 | 12 | 337 | 141 | 140 | 0 | 15 | 357 | 136 | 55 |
| Binary | 111 | 1010 | 11011111 | 1100001 | 1100000 | 0 | 1101 | 11101111 | 1011110 | 101101 |
Color Harmonies of #070ADF
Complementary color
Monochromatic Colors of #070ADF
Black with #070ADF
Text Example
Text Example
White with #070ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070ADF; }
p { color: rgb(7,10,223); }
H1.HeaderClassName
{
color: #070ADF;
}
.AnyTagClassName
{
color: #070ADF;
}
</style>
background-color css
<style>
a { background-color: #070ADF; }
a { background-color: rgb(7,10,223); }
div.DivClassName
{
background-color: #070ADF;
}
.BgClassName
{
background-color: #070ADF;
}
</style>
border-color css
<style>
span { border-color: #070ADF; }
span { border-color: rgb(7,10,223); }
td.TdClassName
{
border-color: #070ADF;
}
.TagClassName
{
border-color: #070ADF;
}
</style>