Shades of Persian Blue #073FDC
Tints of Persian Blue #073FDC
RGB
CMYK
RGB Variations
Color information
#073FDC (or 0x073FDC) is known color: Persian Blue. HEX triplet: 07, 3F and DC. RGB value is (7,63,220). Sum of RGB (Red+Green+Blue) = 7+63+220=290 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.41% from 290); Green value is 63 (25% from 255 or 21.72% from 290); Blue value is 220 (86.33% from 255 or 75.86% from 290); Max value from RGB is 220 - color contains mainly: blue. Hex color #073FDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #073FDC is #F8C023. Grayscale: #3F3F3F. Windows color (decimal): -16302116 or 14434055. OLE color: 14434055.
HSL color Cylindrical-coordinate representation of color #073FDC: hue angle of 224.23º 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 #073FDC is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 63 | 220 | - |
| CMYK | 0.97 | 0.71 | 0 | 0.14 |
| HSL | 224.23º | 0.94% | 0.45% | - |
| HSV(B) | 224.23º | 0.97% | 0.86% | - |
| XYZ | 14.78 | 8.77 | 68.62 | - |
| YUV | 64.15 | 215.95 | 87.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 63 | 220 | 0.97 | 0.71 | 0 | 0.14 | 224.23 | 0.94 | 0.45 |
| Hex | 7 | 3F | DC | 61 | 47 | 0 | E | E0 | 5E | 2D |
| Octal | 7 | 77 | 334 | 141 | 107 | 0 | 16 | 340 | 136 | 55 |
| Binary | 111 | 111111 | 11011100 | 1100001 | 1000111 | 0 | 1110 | 11100000 | 1011110 | 101101 |
Color Harmonies of #073FDC
Complementary color
Monochromatic Colors of #073FDC
Black with #073FDC
Text Example
Text Example
White with #073FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073FDC; }
p { color: rgb(7,63,220); }
H1.HeaderClassName
{
color: #073FDC;
}
.AnyTagClassName
{
color: #073FDC;
}
</style>
background-color css
<style>
a { background-color: #073FDC; }
a { background-color: rgb(7,63,220); }
div.DivClassName
{
background-color: #073FDC;
}
.BgClassName
{
background-color: #073FDC;
}
</style>
border-color css
<style>
span { border-color: #073FDC; }
span { border-color: rgb(7,63,220); }
td.TdClassName
{
border-color: #073FDC;
}
.TagClassName
{
border-color: #073FDC;
}
</style>