Shades of Blue #072FEC
Tints of Blue #072FEC
RGB
CMYK
RGB Variations
Color information
#072FEC (or 0x072FEC) is known color: Blue. HEX triplet: 07, 2F and EC. RGB value is (7,47,236). Sum of RGB (Red+Green+Blue) = 7+47+236=290 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.41% from 290); Green value is 47 (18.75% from 255 or 16.21% from 290); Blue value is 236 (92.58% from 255 or 81.38% from 290); Max value from RGB is 236 - color contains mainly: blue. Hex color #072FEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #072FEC is #F8D013. Grayscale: #373737. Windows color (decimal): -16306196 or 15478535. OLE color: 15478535.
HSL color Cylindrical-coordinate representation of color #072FEC: hue angle of 229.52º 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 #072FEC is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 7 | 47 | 236 | - |
| CMYK | 0.97 | 0.80 | 0 | 0.07 |
| HSL | 229.52º | 0.94% | 0.48% | - |
| HSV(B) | 229.52º | 0.97% | 0.93% | - |
| XYZ | 16.24 | 8.13 | 80.07 | - |
| YUV | 56.59 | 229.25 | 92.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 47 | 236 | 0.97 | 0.80 | 0 | 0.07 | 229.52 | 0.94 | 0.48 |
| Hex | 7 | 2F | EC | 61 | 50 | 0 | 7 | E6 | 5E | 30 |
| Octal | 7 | 57 | 354 | 141 | 120 | 0 | 7 | 346 | 136 | 60 |
| Binary | 111 | 101111 | 11101100 | 1100001 | 1010000 | 0 | 111 | 11100110 | 1011110 | 110000 |
Color Harmonies of #072FEC
Complementary color
Monochromatic Colors of #072FEC
Black with #072FEC
Text Example
Text Example
White with #072FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072FEC; }
p { color: rgb(7,47,236); }
H1.HeaderClassName
{
color: #072FEC;
}
.AnyTagClassName
{
color: #072FEC;
}
</style>
background-color css
<style>
a { background-color: #072FEC; }
a { background-color: rgb(7,47,236); }
div.DivClassName
{
background-color: #072FEC;
}
.BgClassName
{
background-color: #072FEC;
}
</style>
border-color css
<style>
span { border-color: #072FEC; }
span { border-color: rgb(7,47,236); }
td.TdClassName
{
border-color: #072FEC;
}
.TagClassName
{
border-color: #072FEC;
}
</style>