Shades of Persian Blue #0733DE
Tints of Persian Blue #0733DE
RGB
CMYK
RGB Variations
Color information
#0733DE (or 0x0733DE) is known color: Persian Blue. HEX triplet: 07, 33 and DE. RGB value is (7,51,222). Sum of RGB (Red+Green+Blue) = 7+51+222=280 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.5% from 280); Green value is 51 (20.31% from 255 or 18.21% from 280); Blue value is 222 (87.11% from 255 or 79.29% from 280); Max value from RGB is 222 - color contains mainly: blue. Hex color #0733DE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0733DE is #F8CC21. Grayscale: #383838. Windows color (decimal): -16305186 or 14562055. OLE color: 14562055.
HSL color Cylindrical-coordinate representation of color #0733DE: hue angle of 227.72º 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 #0733DE is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 51 | 222 | - |
| CMYK | 0.97 | 0.77 | 0 | 0.13 |
| HSL | 227.72º | 0.94% | 0.45% | - |
| HSV(B) | 227.72º | 0.97% | 0.87% | - |
| XYZ | 14.46 | 7.69 | 69.83 | - |
| YUV | 57.34 | 220.92 | 92.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 51 | 222 | 0.97 | 0.77 | 0 | 0.13 | 227.72 | 0.94 | 0.45 |
| Hex | 7 | 33 | DE | 61 | 4D | 0 | D | E4 | 5E | 2D |
| Octal | 7 | 63 | 336 | 141 | 115 | 0 | 15 | 344 | 136 | 55 |
| Binary | 111 | 110011 | 11011110 | 1100001 | 1001101 | 0 | 1101 | 11100100 | 1011110 | 101101 |
Color Harmonies of #0733DE
Complementary color
Monochromatic Colors of #0733DE
Black with #0733DE
Text Example
Text Example
White with #0733DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0733DE; }
p { color: rgb(7,51,222); }
H1.HeaderClassName
{
color: #0733DE;
}
.AnyTagClassName
{
color: #0733DE;
}
</style>
background-color css
<style>
a { background-color: #0733DE; }
a { background-color: rgb(7,51,222); }
div.DivClassName
{
background-color: #0733DE;
}
.BgClassName
{
background-color: #0733DE;
}
</style>
border-color css
<style>
span { border-color: #0733DE; }
span { border-color: rgb(7,51,222); }
td.TdClassName
{
border-color: #0733DE;
}
.TagClassName
{
border-color: #0733DE;
}
</style>