#052ED0

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

Shades of Persian Blue #052ED0

Tints of Persian Blue #052ED0

Color information

#052ED0 (or 0x052ED0) is unknown color: approx Persian Blue. HEX triplet: 05, 2E and D0. RGB value is (5,46,208). Sum of RGB (Red+Green+Blue) = 5+46+208=259 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.93% from 259); Green value is 46 (18.36% from 255 or 17.76% from 259); Blue value is 208 (81.64% from 255 or 80.31% from 259); Max value from RGB is 208 - color contains mainly: blue. Hex color #052ED0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052ED0 is #FAD12F. Grayscale: #333333. Windows color (decimal): -16437552 or 13643269. OLE color: 13643269.

HSL color Cylindrical-coordinate representation of color #052ED0: hue angle of 227.88º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #052ED0 is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB546208-
CMYK0.980.7800.18
HSL227.88º95.31%41.76%-
HSV(B)227.88º97.6%81.57%-
XYZ12.426.5460.28-
YUV52.21215.9294.33-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.93%
GREEN value IS 46 (18.36% from 255) = 17.76%
BLUE value IS 208 (81.64% from 255) = 80.31%
R=1.93%
G=17.76%
B=80.31%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal5462080.980.7800.18227.8895.3141.76
Hex52ED0624E012e45f2a
Octal55632014211602234413752
Binary1011011101101000011000101001110010010111001001011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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