Html Css Color HEX #052ED6 Persian Blue

📋 copy color: '#052ED6'

red 5 ◦ green 46 ◦ blue 214

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

Shades of Persian Blue #052ED6

Tints of Persian Blue #052ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 80.75%

R = 1.89%
G = 17.36%
B = 80.75%

CMYK

 C value IS 0.98

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#052ED6 (or 0x052ED6) is known color: Persian Blue. HEX triplet: 05, 2E and D6. RGB value is (5,46,214). Sum of RGB (Red+Green+Blue) = 5+46+214=265 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.89% from 265); Green value is 46 (18.36% from 255 or 17.36% from 265); Blue value is 214 (83.98% from 255 or 80.75% from 265); Max value from RGB is 214 - color contains mainly: blue. Hex color #052ED6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052ED6 is #FAD129. Grayscale: #343434. Windows color (decimal): -16437546 or 14036485. OLE color: 14036485.

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

Color convert

RGB 5 46 214 -
CMYK 0.98 0.79 0 0.16
HSL 228.23º 0.95% 0.43% -
HSV(B) 228.23º 0.98% 0.84% -
XYZ 13.18 6.84 64.24 -
YUV 52.89 218.92 93.84 -
System Red Green Blue C M Y K H S L
Decimal 5 46 214 0.98 0.79 0 0.16 228.23 0.95 0.43
Hex 5 2E D6 62 4F 0 10 E4 5F 2B
Octal 5 56 326 142 117 0 20 344 137 53
Binary 101 101110 11010110 1100010 1001111 0 10000 11100100 1011111 101011

Color Harmonies of #052ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052ED6

Black with #052ED6

Text Example


Text Example

White with #052ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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