Shades of Blue #072EEC
Tints of Blue #072EEC
RGB
CMYK
RGB Variations
Color information
#072EEC (or 0x072EEC) is known color: Blue. HEX triplet: 07, 2E and EC. RGB value is (7,46,236). Sum of RGB (Red+Green+Blue) = 7+46+236=289 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.42% from 289); Green value is 46 (18.36% from 255 or 15.92% from 289); Blue value is 236 (92.58% from 255 or 81.66% from 289); Max value from RGB is 236 - color contains mainly: blue. Hex color #072EEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #072EEC is #F8D113. Grayscale: #373737. Windows color (decimal): -16306452 or 15478279. OLE color: 15478279.
HSL color Cylindrical-coordinate representation of color #072EEC: hue angle of 229.78º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #072EEC is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 7 | 46 | 236 | - |
| CMYK | 0.97 | 0.81 | 0 | 0.07 |
| HSL | 229.78º | 0.94% | 0.48% | - |
| HSV(B) | 229.78º | 0.97% | 0.93% | - |
| XYZ | 16.2 | 8.06 | 80.06 | - |
| YUV | 56 | 229.58 | 93.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 46 | 236 | 0.97 | 0.81 | 0 | 0.07 | 229.78 | 0.94 | 0.48 |
| Hex | 7 | 2E | EC | 61 | 51 | 0 | 7 | E6 | 5E | 30 |
| Octal | 7 | 56 | 354 | 141 | 121 | 0 | 7 | 346 | 136 | 60 |
| Binary | 111 | 101110 | 11101100 | 1100001 | 1010001 | 0 | 111 | 11100110 | 1011110 | 110000 |
Color Harmonies of #072EEC
Complementary color
Monochromatic Colors of #072EEC
Black with #072EEC
Text Example
Text Example
White with #072EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072EEC; }
p { color: rgb(7,46,236); }
H1.HeaderClassName
{
color: #072EEC;
}
.AnyTagClassName
{
color: #072EEC;
}
</style>
background-color css
<style>
a { background-color: #072EEC; }
a { background-color: rgb(7,46,236); }
div.DivClassName
{
background-color: #072EEC;
}
.BgClassName
{
background-color: #072EEC;
}
</style>
border-color css
<style>
span { border-color: #072EEC; }
span { border-color: rgb(7,46,236); }
td.TdClassName
{
border-color: #072EEC;
}
.TagClassName
{
border-color: #072EEC;
}
</style>