Shades of Medium Blue #070CDA
Tints of Medium Blue #070CDA
RGB
CMYK
RGB Variations
Color information
#070CDA (or 0x070CDA) is known color: Medium Blue. HEX triplet: 07, 0C and DA. RGB value is (7,12,218). Sum of RGB (Red+Green+Blue) = 7+12+218=237 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.95% from 237); Green value is 12 (5.08% from 255 or 5.06% from 237); Blue value is 218 (85.55% from 255 or 91.98% from 237); Max value from RGB is 218 - color contains mainly: blue. Hex color #070CDA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #070CDA is #F8F325. Grayscale: #212121. Windows color (decimal): -16315174 or 14289927. OLE color: 14289927.
HSL color Cylindrical-coordinate representation of color #070CDA: hue angle of 238.58º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #070CDA is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 7 | 12 | 218 | - |
| CMYK | 0.97 | 0.94 | 0 | 0.15 |
| HSL | 238.58º | 0.94% | 0.44% | - |
| HSV(B) | 238.58º | 0.97% | 0.85% | - |
| XYZ | 12.87 | 5.37 | 66.69 | - |
| YUV | 33.99 | 231.84 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 12 | 218 | 0.97 | 0.94 | 0 | 0.15 | 238.58 | 0.94 | 0.44 |
| Hex | 7 | C | DA | 61 | 5E | 0 | F | EF | 5E | 2C |
| Octal | 7 | 14 | 332 | 141 | 136 | 0 | 17 | 357 | 136 | 54 |
| Binary | 111 | 1100 | 11011010 | 1100001 | 1011110 | 0 | 1111 | 11101111 | 1011110 | 101100 |
Color Harmonies of #070CDA
Complementary color
Monochromatic Colors of #070CDA
Black with #070CDA
Text Example
Text Example
White with #070CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070CDA; }
p { color: rgb(7,12,218); }
H1.HeaderClassName
{
color: #070CDA;
}
.AnyTagClassName
{
color: #070CDA;
}
</style>
background-color css
<style>
a { background-color: #070CDA; }
a { background-color: rgb(7,12,218); }
div.DivClassName
{
background-color: #070CDA;
}
.BgClassName
{
background-color: #070CDA;
}
</style>
border-color css
<style>
span { border-color: #070CDA; }
span { border-color: rgb(7,12,218); }
td.TdClassName
{
border-color: #070CDA;
}
.TagClassName
{
border-color: #070CDA;
}
</style>