Html Css Color HEX #052EDE Persian Blue

📋 copy color: '#052EDE'

red 5 ◦ green 46 ◦ blue 222

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

Shades of Persian Blue #052EDE

Tints of Persian Blue #052EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 81.32%

R = 1.83%
G = 16.85%
B = 81.32%

CMYK

 C value IS 0.98

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#052EDE (or 0x052EDE) is known color: Persian Blue. HEX triplet: 05, 2E and DE. RGB value is (5,46,222). Sum of RGB (Red+Green+Blue) = 5+46+222=273 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.83% from 273); Green value is 46 (18.36% from 255 or 16.85% from 273); Blue value is 222 (87.11% from 255 or 81.32% from 273); Max value from RGB is 222 - color contains mainly: blue. Hex color #052EDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052EDE is #FAD121. Grayscale: #353535. Windows color (decimal): -16437538 or 14560773. OLE color: 14560773.

HSL color Cylindrical-coordinate representation of color #052EDE: hue angle of 228.66º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #052EDE is Cyan = 0.98, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 5 46 222 -
CMYK 0.98 0.79 0 0.13
HSL 228.66º 0.96% 0.45% -
HSV(B) 228.66º 0.98% 0.87% -
XYZ 14.22 7.26 69.76 -
YUV 53.81 222.92 93.19 -
System Red Green Blue C M Y K H S L
Decimal 5 46 222 0.98 0.79 0 0.13 228.66 0.96 0.45
Hex 5 2E DE 62 4F 0 D E5 60 2D
Octal 5 56 336 142 117 0 15 345 140 55
Binary 101 101110 11011110 1100010 1001111 0 1101 11100101 1100000 101101

Color Harmonies of #052EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052EDE

Black with #052EDE

Text Example


Text Example

White with #052EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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