Shades of Medium Blue #070FDC
Tints of Medium Blue #070FDC
RGB
CMYK
RGB Variations
Color information
#070FDC (or 0x070FDC) is known color: Medium Blue. HEX triplet: 07, 0F and DC. RGB value is (7,15,220). Sum of RGB (Red+Green+Blue) = 7+15+220=242 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.89% from 242); Green value is 15 (6.25% from 255 or 6.20% from 242); Blue value is 220 (86.33% from 255 or 90.91% from 242); Max value from RGB is 220 - color contains mainly: blue. Hex color #070FDC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #070FDC is #F8F023. Grayscale: #232323. Windows color (decimal): -16314404 or 14421767. OLE color: 14421767.
HSL color Cylindrical-coordinate representation of color #070FDC: hue angle of 237.75º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #070FDC is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 15 | 220 | - |
| CMYK | 0.97 | 0.93 | 0 | 0.14 |
| HSL | 237.75º | 0.94% | 0.45% | - |
| HSV(B) | 237.75º | 0.97% | 0.86% | - |
| XYZ | 13.18 | 5.55 | 68.09 | - |
| YUV | 35.98 | 231.85 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 15 | 220 | 0.97 | 0.93 | 0 | 0.14 | 237.75 | 0.94 | 0.45 |
| Hex | 7 | F | DC | 61 | 5D | 0 | E | EE | 5E | 2D |
| Octal | 7 | 17 | 334 | 141 | 135 | 0 | 16 | 356 | 136 | 55 |
| Binary | 111 | 1111 | 11011100 | 1100001 | 1011101 | 0 | 1110 | 11101110 | 1011110 | 101101 |
Color Harmonies of #070FDC
Complementary color
Monochromatic Colors of #070FDC
Black with #070FDC
Text Example
Text Example
White with #070FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070FDC; }
p { color: rgb(7,15,220); }
H1.HeaderClassName
{
color: #070FDC;
}
.AnyTagClassName
{
color: #070FDC;
}
</style>
background-color css
<style>
a { background-color: #070FDC; }
a { background-color: rgb(7,15,220); }
div.DivClassName
{
background-color: #070FDC;
}
.BgClassName
{
background-color: #070FDC;
}
</style>
border-color css
<style>
span { border-color: #070FDC; }
span { border-color: rgb(7,15,220); }
td.TdClassName
{
border-color: #070FDC;
}
.TagClassName
{
border-color: #070FDC;
}
</style>