Html Css Color HEX #052CE0 Persian Blue

📋 copy color: '#052CE0'

red 5 ◦ green 44 ◦ blue 224

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

Shades of Persian Blue #052CE0

Tints of Persian Blue #052CE0

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.12%

 BLUE value IS 224 (87.89% from 255) = 82.05%

R = 1.83%
G = 16.12%
B = 82.05%

CMYK

 C value IS 0.98

 M value IS 0.80

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#052CE0 (or 0x052CE0) is known color: Persian Blue. HEX triplet: 05, 2C and E0. RGB value is (5,44,224). Sum of RGB (Red+Green+Blue) = 5+44+224=273 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.83% from 273); Green value is 44 (17.58% from 255 or 16.12% from 273); Blue value is 224 (87.89% from 255 or 82.05% from 273); Max value from RGB is 224 - color contains mainly: blue. Hex color #052CE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052CE0 is #FAD31F. Grayscale: #343434. Windows color (decimal): -16438048 or 14691333. OLE color: 14691333.

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

Color convert

RGB 5 44 224 -
CMYK 0.98 0.80 0 0.12
HSL 229.32º 0.96% 0.45% -
HSV(B) 229.32º 0.98% 0.88% -
XYZ 14.42 7.22 71.15 -
YUV 52.86 224.58 93.86 -
System Red Green Blue C M Y K H S L
Decimal 5 44 224 0.98 0.80 0 0.12 229.32 0.96 0.45
Hex 5 2C E0 62 50 0 C E5 60 2D
Octal 5 54 340 142 120 0 14 345 140 55
Binary 101 101100 11100000 1100010 1010000 0 1100 11100101 1100000 101101

Color Harmonies of #052CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052CE0

Black with #052CE0

Text Example


Text Example

White with #052CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,44,224); }

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

background-color css

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

 a { background-color: rgb(5,44,224); }

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

border-color css

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

 span { border-color: rgb(5,44,224); }

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