Shades of Persian Blue #073FF0
Tints of Persian Blue #073FF0
RGB
CMYK
RGB Variations
Color information
#073FF0 (or 0x073FF0) is known color: Persian Blue. HEX triplet: 07, 3F and F0. RGB value is (7,63,240). Sum of RGB (Red+Green+Blue) = 7+63+240=310 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.26% from 310); Green value is 63 (25% from 255 or 20.32% from 310); Blue value is 240 (94.14% from 255 or 77.42% from 310); Max value from RGB is 240 - color contains mainly: blue. Hex color #073FF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #073FF0 is #F8C00F. Grayscale: #414141. Windows color (decimal): -16302096 or 15744775. OLE color: 15744775.
HSL color Cylindrical-coordinate representation of color #073FF0: hue angle of 225.58º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #073FF0 is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 7 | 63 | 240 | - |
| CMYK | 0.97 | 0.74 | 0 | 0.06 |
| HSL | 225.58º | 0.94% | 0.48% | - |
| HSV(B) | 225.58º | 0.97% | 0.94% | - |
| XYZ | 17.59 | 9.89 | 83.42 | - |
| YUV | 66.43 | 225.95 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 63 | 240 | 0.97 | 0.74 | 0 | 0.06 | 225.58 | 0.94 | 0.48 |
| Hex | 7 | 3F | F0 | 61 | 4A | 0 | 6 | E2 | 5E | 30 |
| Octal | 7 | 77 | 360 | 141 | 112 | 0 | 6 | 342 | 136 | 60 |
| Binary | 111 | 111111 | 11110000 | 1100001 | 1001010 | 0 | 110 | 11100010 | 1011110 | 110000 |
Color Harmonies of #073FF0
Complementary color
Monochromatic Colors of #073FF0
Black with #073FF0
Text Example
Text Example
White with #073FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073FF0; }
p { color: rgb(7,63,240); }
H1.HeaderClassName
{
color: #073FF0;
}
.AnyTagClassName
{
color: #073FF0;
}
</style>
background-color css
<style>
a { background-color: #073FF0; }
a { background-color: rgb(7,63,240); }
div.DivClassName
{
background-color: #073FF0;
}
.BgClassName
{
background-color: #073FF0;
}
</style>
border-color css
<style>
span { border-color: #073FF0; }
span { border-color: rgb(7,63,240); }
td.TdClassName
{
border-color: #073FF0;
}
.TagClassName
{
border-color: #073FF0;
}
</style>