Shades of Persian Blue #073FEE
Tints of Persian Blue #073FEE
RGB
CMYK
RGB Variations
Color information
#073FEE (or 0x073FEE) is known color: Persian Blue. HEX triplet: 07, 3F and EE. RGB value is (7,63,238). Sum of RGB (Red+Green+Blue) = 7+63+238=308 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.27% from 308); Green value is 63 (25% from 255 or 20.45% from 308); Blue value is 238 (93.36% from 255 or 77.27% from 308); Max value from RGB is 238 - color contains mainly: blue. Hex color #073FEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #073FEE is #F8C011. Grayscale: #414141. Windows color (decimal): -16302098 or 15613703. OLE color: 15613703.
HSL color Cylindrical-coordinate representation of color #073FEE: hue angle of 225.45º 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 #073FEE is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 7 | 63 | 238 | - |
| CMYK | 0.97 | 0.74 | 0 | 0.07 |
| HSL | 225.45º | 0.94% | 0.48% | - |
| HSV(B) | 225.45º | 0.97% | 0.93% | - |
| XYZ | 17.3 | 9.77 | 81.86 | - |
| YUV | 66.21 | 224.95 | 85.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 63 | 238 | 0.97 | 0.74 | 0 | 0.07 | 225.45 | 0.94 | 0.48 |
| Hex | 7 | 3F | EE | 61 | 4A | 0 | 7 | E1 | 5E | 30 |
| Octal | 7 | 77 | 356 | 141 | 112 | 0 | 7 | 341 | 136 | 60 |
| Binary | 111 | 111111 | 11101110 | 1100001 | 1001010 | 0 | 111 | 11100001 | 1011110 | 110000 |
Color Harmonies of #073FEE
Complementary color
Monochromatic Colors of #073FEE
Black with #073FEE
Text Example
Text Example
White with #073FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073FEE; }
p { color: rgb(7,63,238); }
H1.HeaderClassName
{
color: #073FEE;
}
.AnyTagClassName
{
color: #073FEE;
}
</style>
background-color css
<style>
a { background-color: #073FEE; }
a { background-color: rgb(7,63,238); }
div.DivClassName
{
background-color: #073FEE;
}
.BgClassName
{
background-color: #073FEE;
}
</style>
border-color css
<style>
span { border-color: #073FEE; }
span { border-color: rgb(7,63,238); }
td.TdClassName
{
border-color: #073FEE;
}
.TagClassName
{
border-color: #073FEE;
}
</style>