Shades of Medium Blue #070FDF
Tints of Medium Blue #070FDF
RGB
CMYK
RGB Variations
Color information
#070FDF (or 0x070FDF) is known color: Medium Blue. HEX triplet: 07, 0F and DF. RGB value is (7,15,223). Sum of RGB (Red+Green+Blue) = 7+15+223=245 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.86% from 245); Green value is 15 (6.25% from 255 or 6.12% from 245); Blue value is 223 (87.5% from 255 or 91.02% from 245); Max value from RGB is 223 - color contains mainly: blue. Hex color #070FDF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #070FDF is #F8F020. Grayscale: #232323. Windows color (decimal): -16314401 or 14618375. OLE color: 14618375.
HSL color Cylindrical-coordinate representation of color #070FDF: hue angle of 237.78º 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 #070FDF is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 15 | 223 | - |
| CMYK | 0.97 | 0.93 | 0 | 0.13 |
| HSL | 237.78º | 0.94% | 0.45% | - |
| HSV(B) | 237.78º | 0.97% | 0.87% | - |
| XYZ | 13.58 | 5.71 | 70.2 | - |
| YUV | 36.32 | 233.35 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 15 | 223 | 0.97 | 0.93 | 0 | 0.13 | 237.78 | 0.94 | 0.45 |
| Hex | 7 | F | DF | 61 | 5D | 0 | D | EE | 5E | 2D |
| Octal | 7 | 17 | 337 | 141 | 135 | 0 | 15 | 356 | 136 | 55 |
| Binary | 111 | 1111 | 11011111 | 1100001 | 1011101 | 0 | 1101 | 11101110 | 1011110 | 101101 |
Color Harmonies of #070FDF
Complementary color
Monochromatic Colors of #070FDF
Black with #070FDF
Text Example
Text Example
White with #070FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070FDF; }
p { color: rgb(7,15,223); }
H1.HeaderClassName
{
color: #070FDF;
}
.AnyTagClassName
{
color: #070FDF;
}
</style>
background-color css
<style>
a { background-color: #070FDF; }
a { background-color: rgb(7,15,223); }
div.DivClassName
{
background-color: #070FDF;
}
.BgClassName
{
background-color: #070FDF;
}
</style>
border-color css
<style>
span { border-color: #070FDF; }
span { border-color: rgb(7,15,223); }
td.TdClassName
{
border-color: #070FDF;
}
.TagClassName
{
border-color: #070FDF;
}
</style>