Html Css Color HEX #052CDF Persian Blue

📋 copy color: '#052CDF'

red 5 ◦ green 44 ◦ blue 223

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

Shades of Persian Blue #052CDF

Tints of Persian Blue #052CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 81.99%

R = 1.84%
G = 16.18%
B = 81.99%

CMYK

 C value IS 0.98

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#052CDF (or 0x052CDF) is known color: Persian Blue. HEX triplet: 05, 2C and DF. RGB value is (5,44,223). Sum of RGB (Red+Green+Blue) = 5+44+223=272 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.84% from 272); Green value is 44 (17.58% from 255 or 16.18% from 272); Blue value is 223 (87.5% from 255 or 81.99% from 272); Max value from RGB is 223 - color contains mainly: blue. Hex color #052CDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052CDF is #FAD320. Grayscale: #333333. Windows color (decimal): -16438049 or 14625797. OLE color: 14625797.

HSL color Cylindrical-coordinate representation of color #052CDF: hue angle of 229.27º 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 #052CDF is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 5 44 223 -
CMYK 0.98 0.80 0 0.13
HSL 229.27º 0.96% 0.45% -
HSV(B) 229.27º 0.98% 0.87% -
XYZ 14.28 7.16 70.44 -
YUV 52.75 224.08 93.95 -
System Red Green Blue C M Y K H S L
Decimal 5 44 223 0.98 0.80 0 0.13 229.27 0.96 0.45
Hex 5 2C DF 62 50 0 D E5 60 2D
Octal 5 54 337 142 120 0 15 345 140 55
Binary 101 101100 11011111 1100010 1010000 0 1101 11100101 1100000 101101

Color Harmonies of #052CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052CDF

Black with #052CDF

Text Example


Text Example

White with #052CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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