Shades of Persian Blue #0733DC
Tints of Persian Blue #0733DC
RGB
CMYK
RGB Variations
Color information
#0733DC (or 0x0733DC) is known color: Persian Blue. HEX triplet: 07, 33 and DC. RGB value is (7,51,220). Sum of RGB (Red+Green+Blue) = 7+51+220=278 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.52% from 278); Green value is 51 (20.31% from 255 or 18.35% from 278); Blue value is 220 (86.33% from 255 or 79.14% from 278); Max value from RGB is 220 - color contains mainly: blue. Hex color #0733DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0733DC is #F8CC23. Grayscale: #383838. Windows color (decimal): -16305188 or 14430983. OLE color: 14430983.
HSL color Cylindrical-coordinate representation of color #0733DC: hue angle of 227.61º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0733DC is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 51 | 220 | - |
| CMYK | 0.97 | 0.77 | 0 | 0.14 |
| HSL | 227.61º | 0.94% | 0.45% | - |
| HSV(B) | 227.61º | 0.97% | 0.86% | - |
| XYZ | 14.19 | 7.58 | 68.43 | - |
| YUV | 57.11 | 219.92 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 51 | 220 | 0.97 | 0.77 | 0 | 0.14 | 227.61 | 0.94 | 0.45 |
| Hex | 7 | 33 | DC | 61 | 4D | 0 | E | E4 | 5E | 2D |
| Octal | 7 | 63 | 334 | 141 | 115 | 0 | 16 | 344 | 136 | 55 |
| Binary | 111 | 110011 | 11011100 | 1100001 | 1001101 | 0 | 1110 | 11100100 | 1011110 | 101101 |
Color Harmonies of #0733DC
Complementary color
Monochromatic Colors of #0733DC
Black with #0733DC
Text Example
Text Example
White with #0733DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0733DC; }
p { color: rgb(7,51,220); }
H1.HeaderClassName
{
color: #0733DC;
}
.AnyTagClassName
{
color: #0733DC;
}
</style>
background-color css
<style>
a { background-color: #0733DC; }
a { background-color: rgb(7,51,220); }
div.DivClassName
{
background-color: #0733DC;
}
.BgClassName
{
background-color: #0733DC;
}
</style>
border-color css
<style>
span { border-color: #0733DC; }
span { border-color: rgb(7,51,220); }
td.TdClassName
{
border-color: #0733DC;
}
.TagClassName
{
border-color: #0733DC;
}
</style>