Shades of Medium Blue #070FE2
Tints of Medium Blue #070FE2
RGB
CMYK
RGB Variations
Color information
#070FE2 (or 0x070FE2) is known color: Medium Blue. HEX triplet: 07, 0F and E2. RGB value is (7,15,226). Sum of RGB (Red+Green+Blue) = 7+15+226=248 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.82% from 248); Green value is 15 (6.25% from 255 or 6.05% from 248); Blue value is 226 (88.67% from 255 or 91.13% from 248); Max value from RGB is 226 - color contains mainly: blue. Hex color #070FE2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #070FE2 is #F8F01D. Grayscale: #232323. Windows color (decimal): -16314398 or 14814983. OLE color: 14814983.
HSL color Cylindrical-coordinate representation of color #070FE2: hue angle of 237.81º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #070FE2 is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 7 | 15 | 226 | - |
| CMYK | 0.97 | 0.93 | 0 | 0.11 |
| HSL | 237.81º | 0.94% | 0.46% | - |
| HSV(B) | 237.81º | 0.97% | 0.89% | - |
| XYZ | 13.99 | 5.88 | 72.35 | - |
| YUV | 36.66 | 234.85 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 15 | 226 | 0.97 | 0.93 | 0 | 0.11 | 237.81 | 0.94 | 0.46 |
| Hex | 7 | F | E2 | 61 | 5D | 0 | B | EE | 5E | 2E |
| Octal | 7 | 17 | 342 | 141 | 135 | 0 | 13 | 356 | 136 | 56 |
| Binary | 111 | 1111 | 11100010 | 1100001 | 1011101 | 0 | 1011 | 11101110 | 1011110 | 101110 |
Color Harmonies of #070FE2
Complementary color
Monochromatic Colors of #070FE2
Black with #070FE2
Text Example
Text Example
White with #070FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070FE2; }
p { color: rgb(7,15,226); }
H1.HeaderClassName
{
color: #070FE2;
}
.AnyTagClassName
{
color: #070FE2;
}
</style>
background-color css
<style>
a { background-color: #070FE2; }
a { background-color: rgb(7,15,226); }
div.DivClassName
{
background-color: #070FE2;
}
.BgClassName
{
background-color: #070FE2;
}
</style>
border-color css
<style>
span { border-color: #070FE2; }
span { border-color: rgb(7,15,226); }
td.TdClassName
{
border-color: #070FE2;
}
.TagClassName
{
border-color: #070FE2;
}
</style>