Shades of Blue #072DEE
Tints of Blue #072DEE
RGB
CMYK
RGB Variations
Color information
#072DEE (or 0x072DEE) is known color: Blue. HEX triplet: 07, 2D and EE. RGB value is (7,45,238). Sum of RGB (Red+Green+Blue) = 7+45+238=290 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.41% from 290); Green value is 45 (17.97% from 255 or 15.52% from 290); Blue value is 238 (93.36% from 255 or 82.07% from 290); Max value from RGB is 238 - color contains mainly: blue. Hex color #072DEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #072DEE is #F8D211. Grayscale: #363636. Windows color (decimal): -16306706 or 15609095. OLE color: 15609095.
HSL color Cylindrical-coordinate representation of color #072DEE: hue angle of 230.13º 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 #072DEE is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 7 | 45 | 238 | - |
| CMYK | 0.97 | 0.81 | 0 | 0.07 |
| HSL | 230.13º | 0.94% | 0.48% | - |
| HSV(B) | 230.13º | 0.97% | 0.93% | - |
| XYZ | 16.46 | 8.09 | 81.58 | - |
| YUV | 55.64 | 230.91 | 93.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 45 | 238 | 0.97 | 0.81 | 0 | 0.07 | 230.13 | 0.94 | 0.48 |
| Hex | 7 | 2D | EE | 61 | 51 | 0 | 7 | E6 | 5E | 30 |
| Octal | 7 | 55 | 356 | 141 | 121 | 0 | 7 | 346 | 136 | 60 |
| Binary | 111 | 101101 | 11101110 | 1100001 | 1010001 | 0 | 111 | 11100110 | 1011110 | 110000 |
Color Harmonies of #072DEE
Complementary color
Monochromatic Colors of #072DEE
Black with #072DEE
Text Example
Text Example
White with #072DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072DEE; }
p { color: rgb(7,45,238); }
H1.HeaderClassName
{
color: #072DEE;
}
.AnyTagClassName
{
color: #072DEE;
}
</style>
background-color css
<style>
a { background-color: #072DEE; }
a { background-color: rgb(7,45,238); }
div.DivClassName
{
background-color: #072DEE;
}
.BgClassName
{
background-color: #072DEE;
}
</style>
border-color css
<style>
span { border-color: #072DEE; }
span { border-color: rgb(7,45,238); }
td.TdClassName
{
border-color: #072DEE;
}
.TagClassName
{
border-color: #072DEE;
}
</style>