Shades of Medium Blue #070DD4
Tints of Medium Blue #070DD4
RGB
CMYK
RGB Variations
Color information
#070DD4 (or 0x070DD4) is known color: Medium Blue. HEX triplet: 07, 0D and D4. RGB value is (7,13,212). Sum of RGB (Red+Green+Blue) = 7+13+212=232 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.02% from 232); Green value is 13 (5.47% from 255 or 5.60% from 232); Blue value is 212 (83.20% from 255 or 91.38% from 232); Max value from RGB is 212 - color contains mainly: blue. Hex color #070DD4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #070DD4 is #F8F22B. Grayscale: #212121. Windows color (decimal): -16314924 or 13896967. OLE color: 13896967.
HSL color Cylindrical-coordinate representation of color #070DD4: hue angle of 238.24º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #070DD4 is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 7 | 13 | 212 | - |
| CMYK | 0.97 | 0.94 | 0 | 0.17 |
| HSL | 238.24º | 0.94% | 0.43% | - |
| HSV(B) | 238.24º | 0.97% | 0.83% | - |
| XYZ | 12.12 | 5.09 | 62.63 | - |
| YUV | 33.89 | 228.51 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 13 | 212 | 0.97 | 0.94 | 0 | 0.17 | 238.24 | 0.94 | 0.43 |
| Hex | 7 | D | D4 | 61 | 5E | 0 | 11 | EE | 5E | 2B |
| Octal | 7 | 15 | 324 | 141 | 136 | 0 | 21 | 356 | 136 | 53 |
| Binary | 111 | 1101 | 11010100 | 1100001 | 1011110 | 0 | 10001 | 11101110 | 1011110 | 101011 |
Color Harmonies of #070DD4
Complementary color
Monochromatic Colors of #070DD4
Black with #070DD4
Text Example
Text Example
White with #070DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070DD4; }
p { color: rgb(7,13,212); }
H1.HeaderClassName
{
color: #070DD4;
}
.AnyTagClassName
{
color: #070DD4;
}
</style>
background-color css
<style>
a { background-color: #070DD4; }
a { background-color: rgb(7,13,212); }
div.DivClassName
{
background-color: #070DD4;
}
.BgClassName
{
background-color: #070DD4;
}
</style>
border-color css
<style>
span { border-color: #070DD4; }
span { border-color: rgb(7,13,212); }
td.TdClassName
{
border-color: #070DD4;
}
.TagClassName
{
border-color: #070DD4;
}
</style>