Shades of Blue #072DED
Tints of Blue #072DED
RGB
CMYK
RGB Variations
Color information
#072DED (or 0x072DED) is known color: Blue. HEX triplet: 07, 2D and ED. RGB value is (7,45,237). Sum of RGB (Red+Green+Blue) = 7+45+237=289 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.42% from 289); Green value is 45 (17.97% from 255 or 15.57% from 289); Blue value is 237 (92.97% from 255 or 82.01% from 289); Max value from RGB is 237 - color contains mainly: blue. Hex color #072DED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #072DED is #F8D212. Grayscale: #363636. Windows color (decimal): -16306707 or 15543559. OLE color: 15543559.
HSL color Cylindrical-coordinate representation of color #072DED: hue angle of 230.09º 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 #072DED is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 7 | 45 | 237 | - |
| CMYK | 0.97 | 0.81 | 0 | 0.07 |
| HSL | 230.09º | 0.94% | 0.48% | - |
| HSV(B) | 230.09º | 0.97% | 0.93% | - |
| XYZ | 16.31 | 8.04 | 80.81 | - |
| YUV | 55.53 | 230.41 | 93.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 45 | 237 | 0.97 | 0.81 | 0 | 0.07 | 230.09 | 0.94 | 0.48 |
| Hex | 7 | 2D | ED | 61 | 51 | 0 | 7 | E6 | 5E | 30 |
| Octal | 7 | 55 | 355 | 141 | 121 | 0 | 7 | 346 | 136 | 60 |
| Binary | 111 | 101101 | 11101101 | 1100001 | 1010001 | 0 | 111 | 11100110 | 1011110 | 110000 |
Color Harmonies of #072DED
Complementary color
Monochromatic Colors of #072DED
Black with #072DED
Text Example
Text Example
White with #072DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072DED; }
p { color: rgb(7,45,237); }
H1.HeaderClassName
{
color: #072DED;
}
.AnyTagClassName
{
color: #072DED;
}
</style>
background-color css
<style>
a { background-color: #072DED; }
a { background-color: rgb(7,45,237); }
div.DivClassName
{
background-color: #072DED;
}
.BgClassName
{
background-color: #072DED;
}
</style>
border-color css
<style>
span { border-color: #072DED; }
span { border-color: rgb(7,45,237); }
td.TdClassName
{
border-color: #072DED;
}
.TagClassName
{
border-color: #072DED;
}
</style>