Shades of Persian Blue #052EDD
Tints of Persian Blue #052EDD
RGB
CMYK
RGB Variations
Color information
#052EDD (or 0x052EDD) is known color: Persian Blue. HEX triplet: 05, 2E and DD. RGB value is (5,46,221). Sum of RGB (Red+Green+Blue) = 5+46+221=272 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.84% from 272); Green value is 46 (18.36% from 255 or 16.91% from 272); Blue value is 221 (86.72% from 255 or 81.25% from 272); Max value from RGB is 221 - color contains mainly: blue. Hex color #052EDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052EDD is #FAD122. Grayscale: #343434. Windows color (decimal): -16437539 or 14495237. OLE color: 14495237.
HSL color Cylindrical-coordinate representation of color #052EDD: hue angle of 228.61º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #052EDD is Cyan = 0.98, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 46 | 221 | - |
| CMYK | 0.98 | 0.79 | 0 | 0.13 |
| HSL | 228.61º | 0.96% | 0.44% | - |
| HSV(B) | 228.61º | 0.98% | 0.87% | - |
| XYZ | 14.09 | 7.21 | 69.05 | - |
| YUV | 53.69 | 222.42 | 93.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 46 | 221 | 0.98 | 0.79 | 0 | 0.13 | 228.61 | 0.96 | 0.44 |
| Hex | 5 | 2E | DD | 62 | 4F | 0 | D | E5 | 60 | 2C |
| Octal | 5 | 56 | 335 | 142 | 117 | 0 | 15 | 345 | 140 | 54 |
| Binary | 101 | 101110 | 11011101 | 1100010 | 1001111 | 0 | 1101 | 11100101 | 1100000 | 101100 |
Color Harmonies of #052EDD
Complementary color
Monochromatic Colors of #052EDD
Black with #052EDD
Text Example
Text Example
White with #052EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052EDD; }
p { color: rgb(5,46,221); }
H1.HeaderClassName
{
color: #052EDD;
}
.AnyTagClassName
{
color: #052EDD;
}
</style>
background-color css
<style>
a { background-color: #052EDD; }
a { background-color: rgb(5,46,221); }
div.DivClassName
{
background-color: #052EDD;
}
.BgClassName
{
background-color: #052EDD;
}
</style>
border-color css
<style>
span { border-color: #052EDD; }
span { border-color: rgb(5,46,221); }
td.TdClassName
{
border-color: #052EDD;
}
.TagClassName
{
border-color: #052EDD;
}
</style>