Shades of Persian Blue #0732DD
Tints of Persian Blue #0732DD
RGB
CMYK
RGB Variations
Color information
#0732DD (or 0x0732DD) is known color: Persian Blue. HEX triplet: 07, 32 and DD. RGB value is (7,50,221). Sum of RGB (Red+Green+Blue) = 7+50+221=278 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.52% from 278); Green value is 50 (19.92% from 255 or 17.99% from 278); Blue value is 221 (86.72% from 255 or 79.50% from 278); Max value from RGB is 221 - color contains mainly: blue. Hex color #0732DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0732DD is #F8CD22. Grayscale: #373737. Windows color (decimal): -16305443 or 14496263. OLE color: 14496263.
HSL color Cylindrical-coordinate representation of color #0732DD: hue angle of 227.94º 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 #0732DD is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 50 | 221 | - |
| CMYK | 0.97 | 0.77 | 0 | 0.13 |
| HSL | 227.94º | 0.94% | 0.45% | - |
| HSV(B) | 227.94º | 0.97% | 0.87% | - |
| XYZ | 14.28 | 7.55 | 69.11 | - |
| YUV | 56.64 | 220.75 | 92.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 50 | 221 | 0.97 | 0.77 | 0 | 0.13 | 227.94 | 0.94 | 0.45 |
| Hex | 7 | 32 | DD | 61 | 4D | 0 | D | E4 | 5E | 2D |
| Octal | 7 | 62 | 335 | 141 | 115 | 0 | 15 | 344 | 136 | 55 |
| Binary | 111 | 110010 | 11011101 | 1100001 | 1001101 | 0 | 1101 | 11100100 | 1011110 | 101101 |
Color Harmonies of #0732DD
Complementary color
Monochromatic Colors of #0732DD
Black with #0732DD
Text Example
Text Example
White with #0732DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0732DD; }
p { color: rgb(7,50,221); }
H1.HeaderClassName
{
color: #0732DD;
}
.AnyTagClassName
{
color: #0732DD;
}
</style>
background-color css
<style>
a { background-color: #0732DD; }
a { background-color: rgb(7,50,221); }
div.DivClassName
{
background-color: #0732DD;
}
.BgClassName
{
background-color: #0732DD;
}
</style>
border-color css
<style>
span { border-color: #0732DD; }
span { border-color: rgb(7,50,221); }
td.TdClassName
{
border-color: #0732DD;
}
.TagClassName
{
border-color: #0732DD;
}
</style>