Html Css Color HEX #052ECD Persian Blue

📋 copy color: '#052ECD'

red 5 ◦ green 46 ◦ blue 205

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

Shades of Persian Blue #052ECD

Tints of Persian Blue #052ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 80.08%

R = 1.95%
G = 17.97%
B = 80.08%

CMYK

 C value IS 0.98

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#052ECD (or 0x052ECD) is known color: Persian Blue. HEX triplet: 05, 2E and CD. RGB value is (5,46,205). Sum of RGB (Red+Green+Blue) = 5+46+205=256 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 256); Green value is 46 (18.36% from 255 or 17.97% from 256); Blue value is 205 (80.47% from 255 or 80.08% from 256); Max value from RGB is 205 - color contains mainly: blue. Hex color #052ECD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052ECD is #FAD132. Grayscale: #333333. Windows color (decimal): -16437555 or 13446661. OLE color: 13446661.

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

Color convert

RGB 5 46 205 -
CMYK 0.98 0.78 0 0.20
HSL 227.7º 0.95% 0.41% -
HSV(B) 227.7º 0.98% 0.8% -
XYZ 12.06 6.39 58.36 -
YUV 51.87 214.42 94.57 -
System Red Green Blue C M Y K H S L
Decimal 5 46 205 0.98 0.78 0 0.20 227.7 0.95 0.41
Hex 5 2E CD 62 4E 0 14 E4 5F 29
Octal 5 56 315 142 116 0 24 344 137 51
Binary 101 101110 11001101 1100010 1001110 0 10100 11100100 1011111 101001

Color Harmonies of #052ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052ECD

Black with #052ECD

Text Example


Text Example

White with #052ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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