Shades of Persian Blue #072DDD
Tints of Persian Blue #072DDD
RGB
CMYK
RGB Variations
Color information
#072DDD (or 0x072DDD) is known color: Persian Blue. HEX triplet: 07, 2D and DD. RGB value is (7,45,221). Sum of RGB (Red+Green+Blue) = 7+45+221=273 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.56% from 273); Green value is 45 (17.97% from 255 or 16.48% from 273); Blue value is 221 (86.72% from 255 or 80.95% from 273); Max value from RGB is 221 - color contains mainly: blue. Hex color #072DDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072DDD is #F8D222. Grayscale: #343434. Windows color (decimal): -16306723 or 14494983. OLE color: 14494983.
HSL color Cylindrical-coordinate representation of color #072DDD: hue angle of 229.35º 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 #072DDD is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 45 | 221 | - |
| CMYK | 0.97 | 0.80 | 0 | 0.13 |
| HSL | 229.35º | 0.94% | 0.45% | - |
| HSV(B) | 229.35º | 0.97% | 0.87% | - |
| XYZ | 14.08 | 7.14 | 69.04 | - |
| YUV | 53.7 | 222.41 | 94.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 45 | 221 | 0.97 | 0.80 | 0 | 0.13 | 229.35 | 0.94 | 0.45 |
| Hex | 7 | 2D | DD | 61 | 50 | 0 | D | E5 | 5E | 2D |
| Octal | 7 | 55 | 335 | 141 | 120 | 0 | 15 | 345 | 136 | 55 |
| Binary | 111 | 101101 | 11011101 | 1100001 | 1010000 | 0 | 1101 | 11100101 | 1011110 | 101101 |
Color Harmonies of #072DDD
Complementary color
Monochromatic Colors of #072DDD
Black with #072DDD
Text Example
Text Example
White with #072DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072DDD; }
p { color: rgb(7,45,221); }
H1.HeaderClassName
{
color: #072DDD;
}
.AnyTagClassName
{
color: #072DDD;
}
</style>
background-color css
<style>
a { background-color: #072DDD; }
a { background-color: rgb(7,45,221); }
div.DivClassName
{
background-color: #072DDD;
}
.BgClassName
{
background-color: #072DDD;
}
</style>
border-color css
<style>
span { border-color: #072DDD; }
span { border-color: rgb(7,45,221); }
td.TdClassName
{
border-color: #072DDD;
}
.TagClassName
{
border-color: #072DDD;
}
</style>