Shades of Persian Blue #0733DF
Tints of Persian Blue #0733DF
RGB
CMYK
RGB Variations
Color information
#0733DF (or 0x0733DF) is known color: Persian Blue. HEX triplet: 07, 33 and DF. RGB value is (7,51,223). Sum of RGB (Red+Green+Blue) = 7+51+223=281 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.49% from 281); Green value is 51 (20.31% from 255 or 18.15% from 281); Blue value is 223 (87.5% from 255 or 79.36% from 281); Max value from RGB is 223 - color contains mainly: blue. Hex color #0733DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0733DF is #F8CC20. Grayscale: #383838. Windows color (decimal): -16305185 or 14627591. OLE color: 14627591.
HSL color Cylindrical-coordinate representation of color #0733DF: hue angle of 227.78º 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 #0733DF is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 51 | 223 | - |
| CMYK | 0.97 | 0.77 | 0 | 0.13 |
| HSL | 227.78º | 0.94% | 0.45% | - |
| HSV(B) | 227.78º | 0.97% | 0.87% | - |
| XYZ | 14.59 | 7.74 | 70.54 | - |
| YUV | 57.45 | 221.42 | 92.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 51 | 223 | 0.97 | 0.77 | 0 | 0.13 | 227.78 | 0.94 | 0.45 |
| Hex | 7 | 33 | DF | 61 | 4D | 0 | D | E4 | 5E | 2D |
| Octal | 7 | 63 | 337 | 141 | 115 | 0 | 15 | 344 | 136 | 55 |
| Binary | 111 | 110011 | 11011111 | 1100001 | 1001101 | 0 | 1101 | 11100100 | 1011110 | 101101 |
Color Harmonies of #0733DF
Complementary color
Monochromatic Colors of #0733DF
Black with #0733DF
Text Example
Text Example
White with #0733DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0733DF; }
p { color: rgb(7,51,223); }
H1.HeaderClassName
{
color: #0733DF;
}
.AnyTagClassName
{
color: #0733DF;
}
</style>
background-color css
<style>
a { background-color: #0733DF; }
a { background-color: rgb(7,51,223); }
div.DivClassName
{
background-color: #0733DF;
}
.BgClassName
{
background-color: #0733DF;
}
</style>
border-color css
<style>
span { border-color: #0733DF; }
span { border-color: rgb(7,51,223); }
td.TdClassName
{
border-color: #0733DF;
}
.TagClassName
{
border-color: #0733DF;
}
</style>