Shades of Blue #0720EF
Tints of Blue #0720EF
RGB
CMYK
RGB Variations
Color information
#0720EF (or 0x0720EF) is known color: Blue. HEX triplet: 07, 20 and EF. RGB value is (7,32,239). Sum of RGB (Red+Green+Blue) = 7+32+239=278 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.52% from 278); Green value is 32 (12.89% from 255 or 11.51% from 278); Blue value is 239 (93.75% from 255 or 85.97% from 278); Max value from RGB is 239 - color contains mainly: blue. Hex color #0720EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0720EF is #F8DF10. Grayscale: #2F2F2F. Windows color (decimal): -16310033 or 15671303. OLE color: 15671303.
HSL color Cylindrical-coordinate representation of color #0720EF: hue angle of 233.53º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0720EF is Cyan = 0.97, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 7 | 32 | 239 | - |
| CMYK | 0.97 | 0.87 | 0 | 0.06 |
| HSL | 233.53º | 0.94% | 0.48% | - |
| HSV(B) | 233.53º | 0.97% | 0.94% | - |
| XYZ | 16.18 | 7.31 | 82.22 | - |
| YUV | 48.12 | 235.72 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 32 | 239 | 0.97 | 0.87 | 0 | 0.06 | 233.53 | 0.94 | 0.48 |
| Hex | 7 | 20 | EF | 61 | 57 | 0 | 6 | EA | 5E | 30 |
| Octal | 7 | 40 | 357 | 141 | 127 | 0 | 6 | 352 | 136 | 60 |
| Binary | 111 | 100000 | 11101111 | 1100001 | 1010111 | 0 | 110 | 11101010 | 1011110 | 110000 |
Color Harmonies of #0720EF
Complementary color
Monochromatic Colors of #0720EF
Black with #0720EF
Text Example
Text Example
White with #0720EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0720EF; }
p { color: rgb(7,32,239); }
H1.HeaderClassName
{
color: #0720EF;
}
.AnyTagClassName
{
color: #0720EF;
}
</style>
background-color css
<style>
a { background-color: #0720EF; }
a { background-color: rgb(7,32,239); }
div.DivClassName
{
background-color: #0720EF;
}
.BgClassName
{
background-color: #0720EF;
}
</style>
border-color css
<style>
span { border-color: #0720EF; }
span { border-color: rgb(7,32,239); }
td.TdClassName
{
border-color: #0720EF;
}
.TagClassName
{
border-color: #0720EF;
}
</style>