Shades of Persian Blue #053EED
Tints of Persian Blue #053EED
RGB
CMYK
RGB Variations
Color information
#053EED (or 0x053EED) is known color: Persian Blue. HEX triplet: 05, 3E and ED. RGB value is (5,62,237). Sum of RGB (Red+Green+Blue) = 5+62+237=304 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.64% from 304); Green value is 62 (24.61% from 255 or 20.39% 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 #053EED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #053EED is #FAC112. Grayscale: #404040. Windows color (decimal): -16433427 or 15547909. OLE color: 15547909.
HSL color Cylindrical-coordinate representation of color #053EED: hue angle of 225.26º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #053EED is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 62 | 237 | - |
| CMYK | 0.98 | 0.74 | 0 | 0.07 |
| HSL | 225.26º | 0.96% | 0.47% | - |
| HSV(B) | 225.26º | 0.98% | 0.93% | - |
| XYZ | 17.07 | 9.59 | 81.07 | - |
| YUV | 64.91 | 225.12 | 85.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 62 | 237 | 0.98 | 0.74 | 0 | 0.07 | 225.26 | 0.96 | 0.47 |
| Hex | 5 | 3E | ED | 62 | 4A | 0 | 7 | E1 | 60 | 2F |
| Octal | 5 | 76 | 355 | 142 | 112 | 0 | 7 | 341 | 140 | 57 |
| Binary | 101 | 111110 | 11101101 | 1100010 | 1001010 | 0 | 111 | 11100001 | 1100000 | 101111 |
Color Harmonies of #053EED
Complementary color
Monochromatic Colors of #053EED
Black with #053EED
Text Example
Text Example
White with #053EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053EED; }
p { color: rgb(5,62,237); }
H1.HeaderClassName
{
color: #053EED;
}
.AnyTagClassName
{
color: #053EED;
}
</style>
background-color css
<style>
a { background-color: #053EED; }
a { background-color: rgb(5,62,237); }
div.DivClassName
{
background-color: #053EED;
}
.BgClassName
{
background-color: #053EED;
}
</style>
border-color css
<style>
span { border-color: #053EED; }
span { border-color: rgb(5,62,237); }
td.TdClassName
{
border-color: #053EED;
}
.TagClassName
{
border-color: #053EED;
}
</style>