Html Css Color HEX #052ED8 Persian Blue

📋 copy color: '#052ED8'

red 5 ◦ green 46 ◦ blue 216

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

Shades of Persian Blue #052ED8

Tints of Persian Blue #052ED8

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.9%

R = 1.87%
G = 17.23%
B = 80.9%

CMYK

 C value IS 0.98

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#052ED8 (or 0x052ED8) is known color: 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

RGB 5 46 216 -
CMYK 0.98 0.79 0 0.15
HSL 228.34º 0.95% 0.43% -
HSV(B) 228.34º 0.98% 0.85% -
XYZ 13.43 6.94 65.6 -
YUV 53.12 219.92 93.68 -
System Red Green Blue C M Y K H S L
Decimal 5 46 216 0.98 0.79 0 0.15 228.34 0.95 0.43
Hex 5 2E D8 62 4F 0 F E4 5F 2B
Octal 5 56 330 142 117 0 17 344 137 53
Binary 101 101110 11011000 1100010 1001111 0 1111 11100100 1011111 101011

Color Harmonies of #052ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052ED8

Black with #052ED8

Text Example


Text Example

White with #052ED8

Text Example


Text Example

HTML Codes & Css Web 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>