Shades of Persian Blue #073CED
Tints of Persian Blue #073CED
RGB
CMYK
RGB Variations
Color information
#073CED (or 0x073CED) is known color: Persian Blue. HEX triplet: 07, 3C and ED. RGB value is (7,60,237). Sum of RGB (Red+Green+Blue) = 7+60+237=304 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.30% from 304); Green value is 60 (23.83% from 255 or 19.74% from 304); Blue value is 237 (92.97% from 255 or 77.96% from 304); Max value from RGB is 237 - color contains mainly: blue. Hex color #073CED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #073CED is #F8C312. Grayscale: #3F3F3F. Windows color (decimal): -16302867 or 15547399. OLE color: 15547399.
HSL color Cylindrical-coordinate representation of color #073CED: hue angle of 226.17º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #073CED is Cyan = 0.97, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 7 | 60 | 237 | - |
| CMYK | 0.97 | 0.75 | 0 | 0.07 |
| HSL | 226.17º | 0.94% | 0.48% | - |
| HSV(B) | 226.17º | 0.97% | 0.93% | - |
| XYZ | 16.99 | 9.39 | 81.04 | - |
| YUV | 64.33 | 225.44 | 87.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 60 | 237 | 0.97 | 0.75 | 0 | 0.07 | 226.17 | 0.94 | 0.48 |
| Hex | 7 | 3C | ED | 61 | 4B | 0 | 7 | E2 | 5E | 30 |
| Octal | 7 | 74 | 355 | 141 | 113 | 0 | 7 | 342 | 136 | 60 |
| Binary | 111 | 111100 | 11101101 | 1100001 | 1001011 | 0 | 111 | 11100010 | 1011110 | 110000 |
Color Harmonies of #073CED
Complementary color
Monochromatic Colors of #073CED
Black with #073CED
Text Example
Text Example
White with #073CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073CED; }
p { color: rgb(7,60,237); }
H1.HeaderClassName
{
color: #073CED;
}
.AnyTagClassName
{
color: #073CED;
}
</style>
background-color css
<style>
a { background-color: #073CED; }
a { background-color: rgb(7,60,237); }
div.DivClassName
{
background-color: #073CED;
}
.BgClassName
{
background-color: #073CED;
}
</style>
border-color css
<style>
span { border-color: #073CED; }
span { border-color: rgb(7,60,237); }
td.TdClassName
{
border-color: #073CED;
}
.TagClassName
{
border-color: #073CED;
}
</style>