Shades of Persian Blue #052EDC
Tints of Persian Blue #052EDC
RGB
CMYK
RGB Variations
Color information
#052EDC (or 0x052EDC) is known color: Persian Blue. HEX triplet: 05, 2E and DC. RGB value is (5,46,220). Sum of RGB (Red+Green+Blue) = 5+46+220=271 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 271); Green value is 46 (18.36% from 255 or 16.97% from 271); Blue value is 220 (86.33% from 255 or 81.18% from 271); Max value from RGB is 220 - color contains mainly: blue. Hex color #052EDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052EDC is #FAD123. Grayscale: #343434. Windows color (decimal): -16437540 or 14429701. OLE color: 14429701.
HSL color Cylindrical-coordinate representation of color #052EDC: hue angle of 228.56º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #052EDC is Cyan = 0.98, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 46 | 220 | - |
| CMYK | 0.98 | 0.79 | 0 | 0.14 |
| HSL | 228.56º | 0.96% | 0.44% | - |
| HSV(B) | 228.56º | 0.98% | 0.86% | - |
| XYZ | 13.96 | 7.15 | 68.36 | - |
| YUV | 53.58 | 221.92 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 46 | 220 | 0.98 | 0.79 | 0 | 0.14 | 228.56 | 0.96 | 0.44 |
| Hex | 5 | 2E | DC | 62 | 4F | 0 | E | E5 | 60 | 2C |
| Octal | 5 | 56 | 334 | 142 | 117 | 0 | 16 | 345 | 140 | 54 |
| Binary | 101 | 101110 | 11011100 | 1100010 | 1001111 | 0 | 1110 | 11100101 | 1100000 | 101100 |
Color Harmonies of #052EDC
Complementary color
Monochromatic Colors of #052EDC
Black with #052EDC
Text Example
Text Example
White with #052EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052EDC; }
p { color: rgb(5,46,220); }
H1.HeaderClassName
{
color: #052EDC;
}
.AnyTagClassName
{
color: #052EDC;
}
</style>
background-color css
<style>
a { background-color: #052EDC; }
a { background-color: rgb(5,46,220); }
div.DivClassName
{
background-color: #052EDC;
}
.BgClassName
{
background-color: #052EDC;
}
</style>
border-color css
<style>
span { border-color: #052EDC; }
span { border-color: rgb(5,46,220); }
td.TdClassName
{
border-color: #052EDC;
}
.TagClassName
{
border-color: #052EDC;
}
</style>