Shades of Blue #0721EF
Tints of Blue #0721EF
RGB
CMYK
RGB Variations
Color information
#0721EF (or 0x0721EF) is known color: Blue. HEX triplet: 07, 21 and EF. RGB value is (7,33,239). Sum of RGB (Red+Green+Blue) = 7+33+239=279 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.51% from 279); Green value is 33 (13.28% from 255 or 11.83% from 279); Blue value is 239 (93.75% from 255 or 85.66% from 279); Max value from RGB is 239 - color contains mainly: blue. Hex color #0721EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0721EF is #F8DE10. Grayscale: #2F2F2F. Windows color (decimal): -16309777 or 15671559. OLE color: 15671559.
HSL color Cylindrical-coordinate representation of color #0721EF: hue angle of 233.28º 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 #0721EF is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 7 | 33 | 239 | - |
| CMYK | 0.97 | 0.86 | 0 | 0.06 |
| HSL | 233.28º | 0.94% | 0.48% | - |
| HSV(B) | 233.28º | 0.97% | 0.94% | - |
| XYZ | 16.21 | 7.36 | 82.23 | - |
| YUV | 48.71 | 235.39 | 98.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 33 | 239 | 0.97 | 0.86 | 0 | 0.06 | 233.28 | 0.94 | 0.48 |
| Hex | 7 | 21 | EF | 61 | 56 | 0 | 6 | E9 | 5E | 30 |
| Octal | 7 | 41 | 357 | 141 | 126 | 0 | 6 | 351 | 136 | 60 |
| Binary | 111 | 100001 | 11101111 | 1100001 | 1010110 | 0 | 110 | 11101001 | 1011110 | 110000 |
Color Harmonies of #0721EF
Complementary color
Monochromatic Colors of #0721EF
Black with #0721EF
Text Example
Text Example
White with #0721EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0721EF; }
p { color: rgb(7,33,239); }
H1.HeaderClassName
{
color: #0721EF;
}
.AnyTagClassName
{
color: #0721EF;
}
</style>
background-color css
<style>
a { background-color: #0721EF; }
a { background-color: rgb(7,33,239); }
div.DivClassName
{
background-color: #0721EF;
}
.BgClassName
{
background-color: #0721EF;
}
</style>
border-color css
<style>
span { border-color: #0721EF; }
span { border-color: rgb(7,33,239); }
td.TdClassName
{
border-color: #0721EF;
}
.TagClassName
{
border-color: #0721EF;
}
</style>