Html Css Color HEX #052ED1 Persian Blue

📋 copy color: '#052ED1'

red 5 ◦ green 46 ◦ blue 209

#052ED1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #052ED1

Tints of Persian Blue #052ED1

RGB

 RED value IS 5 (2.34% from 255) = 1.92%

 GREEN value IS 46 (18.36% from 255) = 17.69%

 BLUE value IS 209 (82.03% from 255) = 80.38%

R = 1.92%
G = 17.69%
B = 80.38%

CMYK

 C value IS 0.98

 M value IS 0.78

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#052ED1 (or 0x052ED1) is known color: Persian Blue. HEX triplet: 05, 2E and D1. RGB value is (5,46,209). Sum of RGB (Red+Green+Blue) = 5+46+209=260 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 260); Green value is 46 (18.36% from 255 or 17.69% from 260); Blue value is 209 (82.03% from 255 or 80.38% from 260); Max value from RGB is 209 - color contains mainly: blue. Hex color #052ED1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052ED1 is #FAD12E. Grayscale: #333333. Windows color (decimal): -16437551 or 13708805. OLE color: 13708805.

HSL color Cylindrical-coordinate representation of color #052ED1: hue angle of 227.94º 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 #052ED1 is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 5 46 209 -
CMYK 0.98 0.78 0 0.18
HSL 227.94º 0.95% 0.42% -
HSV(B) 227.94º 0.98% 0.82% -
XYZ 12.55 6.59 60.93 -
YUV 52.32 216.42 94.25 -
System Red Green Blue C M Y K H S L
Decimal 5 46 209 0.98 0.78 0 0.18 227.94 0.95 0.42
Hex 5 2E D1 62 4E 0 12 E4 5F 2A
Octal 5 56 321 142 116 0 22 344 137 52
Binary 101 101110 11010001 1100010 1001110 0 10010 11100100 1011111 101010

Color Harmonies of #052ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052ED1

Black with #052ED1

Text Example


Text Example

White with #052ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #052ED1;
 }
 .AnyTagClassName
 {
   color: #052ED1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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