Shades of Blue #0701EC
Tints of Blue #0701EC
RGB
CMYK
RGB Variations
Color information
#0701EC (or 0x0701EC) is known color: Blue. HEX triplet: 07, 01 and EC. RGB value is (7,1,236). Sum of RGB (Red+Green+Blue) = 7+1+236=244 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.87% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 236 (92.58% from 255 or 96.72% from 244); Max value from RGB is 236 - color contains mainly: blue. Hex color #0701EC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0701EC is #F8FE13. Grayscale: #1C1C1C. Windows color (decimal): -16317972 or 15466759. OLE color: 15466759.
HSL color Cylindrical-coordinate representation of color #0701EC: hue angle of 241.53º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0701EC is Cyan = 0.97, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 7 | 1 | 236 | - |
| CMYK | 0.97 | 1.00 | 0 | 0.07 |
| HSL | 241.53º | 0.99% | 0.46% | - |
| HSV(B) | 241.53º | 1% | 0.93% | - |
| XYZ | 15.24 | 6.12 | 79.74 | - |
| YUV | 29.58 | 244.49 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 1 | 236 | 0.97 | 1.00 | 0 | 0.07 | 241.53 | 0.99 | 0.46 |
| Hex | 7 | 1 | EC | 61 | 64 | 0 | 7 | F2 | 63 | 2E |
| Octal | 7 | 1 | 354 | 141 | 144 | 0 | 7 | 362 | 143 | 56 |
| Binary | 111 | 1 | 11101100 | 1100001 | 1100100 | 0 | 111 | 11110010 | 1100011 | 101110 |
Color Harmonies of #0701EC
Complementary color
Monochromatic Colors of #0701EC
Black with #0701EC
Text Example
Text Example
White with #0701EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0701EC; }
p { color: rgb(7,1,236); }
H1.HeaderClassName
{
color: #0701EC;
}
.AnyTagClassName
{
color: #0701EC;
}
</style>
background-color css
<style>
a { background-color: #0701EC; }
a { background-color: rgb(7,1,236); }
div.DivClassName
{
background-color: #0701EC;
}
.BgClassName
{
background-color: #0701EC;
}
</style>
border-color css
<style>
span { border-color: #0701EC; }
span { border-color: rgb(7,1,236); }
td.TdClassName
{
border-color: #0701EC;
}
.TagClassName
{
border-color: #0701EC;
}
</style>