Shades of Medium Blue #070DDF
Tints of Medium Blue #070DDF
RGB
CMYK
RGB Variations
Color information
#070DDF (or 0x070DDF) is known color: Medium Blue. HEX triplet: 07, 0D and DF. RGB value is (7,13,223). Sum of RGB (Red+Green+Blue) = 7+13+223=243 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.88% from 243); Green value is 13 (5.47% from 255 or 5.35% from 243); Blue value is 223 (87.5% from 255 or 91.77% from 243); Max value from RGB is 223 - color contains mainly: blue. Hex color #070DDF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #070DDF is #F8F220. Grayscale: #222222. Windows color (decimal): -16314913 or 14617863. OLE color: 14617863.
HSL color Cylindrical-coordinate representation of color #070DDF: hue angle of 238.33º 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 #070DDF is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 13 | 223 | - |
| CMYK | 0.97 | 0.94 | 0 | 0.13 |
| HSL | 238.33º | 0.94% | 0.45% | - |
| HSV(B) | 238.33º | 0.97% | 0.87% | - |
| XYZ | 13.55 | 5.66 | 70.19 | - |
| YUV | 35.15 | 234.01 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 13 | 223 | 0.97 | 0.94 | 0 | 0.13 | 238.33 | 0.94 | 0.45 |
| Hex | 7 | D | DF | 61 | 5E | 0 | D | EE | 5E | 2D |
| Octal | 7 | 15 | 337 | 141 | 136 | 0 | 15 | 356 | 136 | 55 |
| Binary | 111 | 1101 | 11011111 | 1100001 | 1011110 | 0 | 1101 | 11101110 | 1011110 | 101101 |
Color Harmonies of #070DDF
Complementary color
Monochromatic Colors of #070DDF
Black with #070DDF
Text Example
Text Example
White with #070DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070DDF; }
p { color: rgb(7,13,223); }
H1.HeaderClassName
{
color: #070DDF;
}
.AnyTagClassName
{
color: #070DDF;
}
</style>
background-color css
<style>
a { background-color: #070DDF; }
a { background-color: rgb(7,13,223); }
div.DivClassName
{
background-color: #070DDF;
}
.BgClassName
{
background-color: #070DDF;
}
</style>
border-color css
<style>
span { border-color: #070DDF; }
span { border-color: rgb(7,13,223); }
td.TdClassName
{
border-color: #070DDF;
}
.TagClassName
{
border-color: #070DDF;
}
</style>