Shades of Medium Blue #070EDD
Tints of Medium Blue #070EDD
RGB
CMYK
RGB Variations
Color information
#070EDD (or 0x070EDD) is known color: Medium Blue. HEX triplet: 07, 0E and DD. RGB value is (7,14,221). Sum of RGB (Red+Green+Blue) = 7+14+221=242 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.89% from 242); Green value is 14 (5.86% from 255 or 5.79% from 242); Blue value is 221 (86.72% from 255 or 91.32% from 242); Max value from RGB is 221 - color contains mainly: blue. Hex color #070EDD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #070EDD is #F8F122. Grayscale: #222222. Windows color (decimal): -16314659 or 14487047. OLE color: 14487047.
HSL color Cylindrical-coordinate representation of color #070EDD: hue angle of 238.04º 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 #070EDD is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 14 | 221 | - |
| CMYK | 0.97 | 0.94 | 0 | 0.13 |
| HSL | 238.04º | 0.94% | 0.45% | - |
| HSV(B) | 238.04º | 0.97% | 0.87% | - |
| XYZ | 13.3 | 5.58 | 68.78 | - |
| YUV | 35.51 | 232.68 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 14 | 221 | 0.97 | 0.94 | 0 | 0.13 | 238.04 | 0.94 | 0.45 |
| Hex | 7 | E | DD | 61 | 5E | 0 | D | EE | 5E | 2D |
| Octal | 7 | 16 | 335 | 141 | 136 | 0 | 15 | 356 | 136 | 55 |
| Binary | 111 | 1110 | 11011101 | 1100001 | 1011110 | 0 | 1101 | 11101110 | 1011110 | 101101 |
Color Harmonies of #070EDD
Complementary color
Monochromatic Colors of #070EDD
Black with #070EDD
Text Example
Text Example
White with #070EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070EDD; }
p { color: rgb(7,14,221); }
H1.HeaderClassName
{
color: #070EDD;
}
.AnyTagClassName
{
color: #070EDD;
}
</style>
background-color css
<style>
a { background-color: #070EDD; }
a { background-color: rgb(7,14,221); }
div.DivClassName
{
background-color: #070EDD;
}
.BgClassName
{
background-color: #070EDD;
}
</style>
border-color css
<style>
span { border-color: #070EDD; }
span { border-color: rgb(7,14,221); }
td.TdClassName
{
border-color: #070EDD;
}
.TagClassName
{
border-color: #070EDD;
}
</style>