Html Css Color HEX #052CDE Persian Blue

📋 copy color: '#052CDE'

red 5 ◦ green 44 ◦ blue 222

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

Shades of Persian Blue #052CDE

Tints of Persian Blue #052CDE

RGB

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

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

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

R = 1.85%
G = 16.24%
B = 81.92%

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

#052CDE (or 0x052CDE) is known color: Persian Blue. HEX triplet: 05, 2C and DE. RGB value is (5,44,222). Sum of RGB (Red+Green+Blue) = 5+44+222=271 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 271); Green value is 44 (17.58% from 255 or 16.24% from 271); Blue value is 222 (87.11% from 255 or 81.92% from 271); Max value from RGB is 222 - color contains mainly: blue. Hex color #052CDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052CDE is #FAD321. Grayscale: #333333. Windows color (decimal): -16438050 or 14560261. OLE color: 14560261.

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

Color convert

RGB 5 44 222 -
CMYK 0.98 0.80 0 0.13
HSL 229.22º 0.96% 0.45% -
HSV(B) 229.22º 0.98% 0.87% -
XYZ 14.15 7.11 69.73 -
YUV 52.63 223.58 94.03 -
System Red Green Blue C M Y K H S L
Decimal 5 44 222 0.98 0.80 0 0.13 229.22 0.96 0.45
Hex 5 2C DE 62 50 0 D E5 60 2D
Octal 5 54 336 142 120 0 15 345 140 55
Binary 101 101100 11011110 1100010 1010000 0 1101 11100101 1100000 101101

Color Harmonies of #052CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052CDE

Black with #052CDE

Text Example


Text Example

White with #052CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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