Shades of Blue #072EED
Tints of Blue #072EED
RGB
CMYK
RGB Variations
Color information
#072EED (or 0x072EED) is known color: Blue. HEX triplet: 07, 2E and ED. RGB value is (7,46,237). Sum of RGB (Red+Green+Blue) = 7+46+237=290 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.41% from 290); Green value is 46 (18.36% from 255 or 15.86% from 290); Blue value is 237 (92.97% from 255 or 81.72% from 290); Max value from RGB is 237 - color contains mainly: blue. Hex color #072EED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #072EED is #F8D112. Grayscale: #373737. Windows color (decimal): -16306451 or 15543815. OLE color: 15543815.
HSL color Cylindrical-coordinate representation of color #072EED: hue angle of 229.83º 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 #072EED is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 7 | 46 | 237 | - |
| CMYK | 0.97 | 0.81 | 0 | 0.07 |
| HSL | 229.83º | 0.94% | 0.48% | - |
| HSV(B) | 229.83º | 0.97% | 0.93% | - |
| XYZ | 16.35 | 8.11 | 80.83 | - |
| YUV | 56.11 | 230.08 | 92.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 46 | 237 | 0.97 | 0.81 | 0 | 0.07 | 229.83 | 0.94 | 0.48 |
| Hex | 7 | 2E | ED | 61 | 51 | 0 | 7 | E6 | 5E | 30 |
| Octal | 7 | 56 | 355 | 141 | 121 | 0 | 7 | 346 | 136 | 60 |
| Binary | 111 | 101110 | 11101101 | 1100001 | 1010001 | 0 | 111 | 11100110 | 1011110 | 110000 |
Color Harmonies of #072EED
Complementary color
Monochromatic Colors of #072EED
Black with #072EED
Text Example
Text Example
White with #072EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072EED; }
p { color: rgb(7,46,237); }
H1.HeaderClassName
{
color: #072EED;
}
.AnyTagClassName
{
color: #072EED;
}
</style>
background-color css
<style>
a { background-color: #072EED; }
a { background-color: rgb(7,46,237); }
div.DivClassName
{
background-color: #072EED;
}
.BgClassName
{
background-color: #072EED;
}
</style>
border-color css
<style>
span { border-color: #072EED; }
span { border-color: rgb(7,46,237); }
td.TdClassName
{
border-color: #072EED;
}
.TagClassName
{
border-color: #072EED;
}
</style>