#052ED8

Color #052ED8 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #052ED8

Tints of Persian Blue #052ED8

Color information

#052ED8 (or 0x052ED8) is unknown color: approx Persian Blue. HEX triplet: 05, 2E and D8. RGB value is (5,46,216). Sum of RGB (Red+Green+Blue) = 5+46+216=267 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 267); Green value is 46 (18.36% from 255 or 17.23% from 267); Blue value is 216 (84.77% from 255 or 80.90% from 267); Max value from RGB is 216 - color contains mainly: blue. Hex color #052ED8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052ED8 is #FAD127. Grayscale: #343434. Windows color (decimal): -16437544 or 14167557. OLE color: 14167557.

HSL color Cylindrical-coordinate representation of color #052ED8: hue angle of 228.34º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #052ED8 is Cyan = 0.98, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB546216-
CMYK0.980.7900.15
HSL228.34º95.48%43.33%-
HSV(B)228.34º97.69%84.71%-
XYZ13.436.9465.6-
YUV53.12219.9293.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 5 (2.34% from 255) = 1.87%
GREEN value IS 46 (18.36% from 255) = 17.23%
BLUE value IS 216 (84.77% from 255) = 80.90%
R=1.87%
G=17.23%
B=80.90%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal5462160.980.7900.15228.3495.4843.33
Hex52ED8624F0Fe45f2b
Octal55633014211701734413753
Binary101101110110110001100010100111101111111001001011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052ED8; }

 p { color: rgb(5,46,216); }

 H1.HeaderClassName
 {
   color: #052ED8;
 }
 .AnyTagClassName
 {
   color: #052ED8;
 }
</style>
background-color css

<style>
 a { background-color: #052ED8; }

 a { background-color: rgb(5,46,216); }

 div.DivClassName
 {
   background-color: #052ED8;
 }
 .BgClassName
 {
   background-color: #052ED8;
 }
</style>
border-color css

<style>
 span { border-color: #052ED8; }

 span { border-color: rgb(5,46,216); }

 td.TdClassName
 {
   border-color: #052ED8;
 }
 .TagClassName
 {
   border-color: #052ED8;
 }
</style>