Shades of Persian Blue #053DEE
Tints of Persian Blue #053DEE
RGB
CMYK
RGB Variations
Color information
#053DEE (or 0x053DEE) is known color: Persian Blue. HEX triplet: 05, 3D and EE. RGB value is (5,61,238). Sum of RGB (Red+Green+Blue) = 5+61+238=304 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.64% from 304); Green value is 61 (24.22% from 255 or 20.07% from 304); Blue value is 238 (93.36% from 255 or 78.29% from 304); Max value from RGB is 238 - color contains mainly: blue. Hex color #053DEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #053DEE is #FAC211. Grayscale: #3F3F3F. Windows color (decimal): -16433682 or 15613189. OLE color: 15613189.
HSL color Cylindrical-coordinate representation of color #053DEE: hue angle of 225.58º 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 #053DEE is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 61 | 238 | - |
| CMYK | 0.98 | 0.74 | 0 | 0.07 |
| HSL | 225.58º | 0.96% | 0.48% | - |
| HSV(B) | 225.58º | 0.98% | 0.93% | - |
| XYZ | 17.16 | 9.54 | 81.83 | - |
| YUV | 64.43 | 225.95 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 61 | 238 | 0.98 | 0.74 | 0 | 0.07 | 225.58 | 0.96 | 0.48 |
| Hex | 5 | 3D | EE | 62 | 4A | 0 | 7 | E2 | 60 | 30 |
| Octal | 5 | 75 | 356 | 142 | 112 | 0 | 7 | 342 | 140 | 60 |
| Binary | 101 | 111101 | 11101110 | 1100010 | 1001010 | 0 | 111 | 11100010 | 1100000 | 110000 |
Color Harmonies of #053DEE
Complementary color
Monochromatic Colors of #053DEE
Black with #053DEE
Text Example
Text Example
White with #053DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053DEE; }
p { color: rgb(5,61,238); }
H1.HeaderClassName
{
color: #053DEE;
}
.AnyTagClassName
{
color: #053DEE;
}
</style>
background-color css
<style>
a { background-color: #053DEE; }
a { background-color: rgb(5,61,238); }
div.DivClassName
{
background-color: #053DEE;
}
.BgClassName
{
background-color: #053DEE;
}
</style>
border-color css
<style>
span { border-color: #053DEE; }
span { border-color: rgb(5,61,238); }
td.TdClassName
{
border-color: #053DEE;
}
.TagClassName
{
border-color: #053DEE;
}
</style>