Shades of Persian Blue #072DDE
Tints of Persian Blue #072DDE
RGB
CMYK
RGB Variations
Color information
#072DDE (or 0x072DDE) is known color: Persian Blue. HEX triplet: 07, 2D and DE. RGB value is (7,45,222). Sum of RGB (Red+Green+Blue) = 7+45+222=274 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 274); Green value is 45 (17.97% from 255 or 16.42% from 274); Blue value is 222 (87.11% from 255 or 81.02% from 274); Max value from RGB is 222 - color contains mainly: blue. Hex color #072DDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072DDE is #F8D221. Grayscale: #353535. Windows color (decimal): -16306722 or 14560519. OLE color: 14560519.
HSL color Cylindrical-coordinate representation of color #072DDE: hue angle of 229.4º 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 #072DDE is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 45 | 222 | - |
| CMYK | 0.97 | 0.80 | 0 | 0.13 |
| HSL | 229.4º | 0.94% | 0.45% | - |
| HSV(B) | 229.4º | 0.97% | 0.87% | - |
| XYZ | 14.21 | 7.2 | 69.75 | - |
| YUV | 53.82 | 222.91 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 45 | 222 | 0.97 | 0.80 | 0 | 0.13 | 229.4 | 0.94 | 0.45 |
| Hex | 7 | 2D | DE | 61 | 50 | 0 | D | E5 | 5E | 2D |
| Octal | 7 | 55 | 336 | 141 | 120 | 0 | 15 | 345 | 136 | 55 |
| Binary | 111 | 101101 | 11011110 | 1100001 | 1010000 | 0 | 1101 | 11100101 | 1011110 | 101101 |
Color Harmonies of #072DDE
Complementary color
Monochromatic Colors of #072DDE
Black with #072DDE
Text Example
Text Example
White with #072DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072DDE; }
p { color: rgb(7,45,222); }
H1.HeaderClassName
{
color: #072DDE;
}
.AnyTagClassName
{
color: #072DDE;
}
</style>
background-color css
<style>
a { background-color: #072DDE; }
a { background-color: rgb(7,45,222); }
div.DivClassName
{
background-color: #072DDE;
}
.BgClassName
{
background-color: #072DDE;
}
</style>
border-color css
<style>
span { border-color: #072DDE; }
span { border-color: rgb(7,45,222); }
td.TdClassName
{
border-color: #072DDE;
}
.TagClassName
{
border-color: #072DDE;
}
</style>