Shades of Persian Blue #053EEE
Tints of Persian Blue #053EEE
RGB
CMYK
RGB Variations
Color information
#053EEE (or 0x053EEE) is known color: Persian Blue. HEX triplet: 05, 3E and EE. RGB value is (5,62,238). Sum of RGB (Red+Green+Blue) = 5+62+238=305 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.64% from 305); Green value is 62 (24.61% from 255 or 20.33% from 305); Blue value is 238 (93.36% from 255 or 78.03% from 305); Max value from RGB is 238 - color contains mainly: blue. Hex color #053EEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #053EEE is #FAC111. Grayscale: #404040. Windows color (decimal): -16433426 or 15613445. OLE color: 15613445.
HSL color Cylindrical-coordinate representation of color #053EEE: hue angle of 225.32º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #053EEE is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 62 | 238 | - |
| CMYK | 0.98 | 0.74 | 0 | 0.07 |
| HSL | 225.32º | 0.96% | 0.48% | - |
| HSV(B) | 225.32º | 0.98% | 0.93% | - |
| XYZ | 17.22 | 9.65 | 81.84 | - |
| YUV | 65.02 | 225.62 | 85.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 62 | 238 | 0.98 | 0.74 | 0 | 0.07 | 225.32 | 0.96 | 0.48 |
| Hex | 5 | 3E | EE | 62 | 4A | 0 | 7 | E1 | 60 | 30 |
| Octal | 5 | 76 | 356 | 142 | 112 | 0 | 7 | 341 | 140 | 60 |
| Binary | 101 | 111110 | 11101110 | 1100010 | 1001010 | 0 | 111 | 11100001 | 1100000 | 110000 |
Color Harmonies of #053EEE
Complementary color
Monochromatic Colors of #053EEE
Black with #053EEE
Text Example
Text Example
White with #053EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053EEE; }
p { color: rgb(5,62,238); }
H1.HeaderClassName
{
color: #053EEE;
}
.AnyTagClassName
{
color: #053EEE;
}
</style>
background-color css
<style>
a { background-color: #053EEE; }
a { background-color: rgb(5,62,238); }
div.DivClassName
{
background-color: #053EEE;
}
.BgClassName
{
background-color: #053EEE;
}
</style>
border-color css
<style>
span { border-color: #053EEE; }
span { border-color: rgb(5,62,238); }
td.TdClassName
{
border-color: #053EEE;
}
.TagClassName
{
border-color: #053EEE;
}
</style>