Shades of Persian Blue #072EDE
Tints of Persian Blue #072EDE
RGB
CMYK
RGB Variations
Color information
#072EDE (or 0x072EDE) is known color: Persian Blue. HEX triplet: 07, 2E and DE. RGB value is (7,46,222). Sum of RGB (Red+Green+Blue) = 7+46+222=275 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 275); Green value is 46 (18.36% from 255 or 16.73% from 275); Blue value is 222 (87.11% from 255 or 80.73% from 275); Max value from RGB is 222 - color contains mainly: blue. Hex color #072EDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072EDE is #F8D121. Grayscale: #353535. Windows color (decimal): -16306466 or 14560775. OLE color: 14560775.
HSL color Cylindrical-coordinate representation of color #072EDE: hue angle of 229.12º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #072EDE is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 46 | 222 | - |
| CMYK | 0.97 | 0.79 | 0 | 0.13 |
| HSL | 229.12º | 0.94% | 0.45% | - |
| HSV(B) | 229.12º | 0.97% | 0.87% | - |
| XYZ | 14.25 | 7.27 | 69.76 | - |
| YUV | 54.4 | 222.58 | 94.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 46 | 222 | 0.97 | 0.79 | 0 | 0.13 | 229.12 | 0.94 | 0.45 |
| Hex | 7 | 2E | DE | 61 | 4F | 0 | D | E5 | 5E | 2D |
| Octal | 7 | 56 | 336 | 141 | 117 | 0 | 15 | 345 | 136 | 55 |
| Binary | 111 | 101110 | 11011110 | 1100001 | 1001111 | 0 | 1101 | 11100101 | 1011110 | 101101 |
Color Harmonies of #072EDE
Complementary color
Monochromatic Colors of #072EDE
Black with #072EDE
Text Example
Text Example
White with #072EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072EDE; }
p { color: rgb(7,46,222); }
H1.HeaderClassName
{
color: #072EDE;
}
.AnyTagClassName
{
color: #072EDE;
}
</style>
background-color css
<style>
a { background-color: #072EDE; }
a { background-color: rgb(7,46,222); }
div.DivClassName
{
background-color: #072EDE;
}
.BgClassName
{
background-color: #072EDE;
}
</style>
border-color css
<style>
span { border-color: #072EDE; }
span { border-color: rgb(7,46,222); }
td.TdClassName
{
border-color: #072EDE;
}
.TagClassName
{
border-color: #072EDE;
}
</style>