Html Css Color HEX #052ADC Persian Blue

📋 copy color: '#052ADC'

red 5 ◦ green 42 ◦ blue 220

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

Shades of Persian Blue #052ADC

Tints of Persian Blue #052ADC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.73%

 BLUE value IS 220 (86.33% from 255) = 82.4%

R = 1.87%
G = 15.73%
B = 82.4%

CMYK

 C value IS 0.98

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#052ADC (or 0x052ADC) is known color: Persian Blue. HEX triplet: 05, 2A and DC. RGB value is (5,42,220). Sum of RGB (Red+Green+Blue) = 5+42+220=267 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 267); Green value is 42 (16.80% from 255 or 15.73% from 267); Blue value is 220 (86.33% from 255 or 82.40% from 267); Max value from RGB is 220 - color contains mainly: blue. Hex color #052ADC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052ADC is #FAD523. Grayscale: #323232. Windows color (decimal): -16438564 or 14428677. OLE color: 14428677.

HSL color Cylindrical-coordinate representation of color #052ADC: hue angle of 229.67º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #052ADC is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 5 42 220 -
CMYK 0.98 0.81 0 0.14
HSL 229.67º 0.96% 0.44% -
HSV(B) 229.67º 0.98% 0.86% -
XYZ 13.81 6.86 68.31 -
YUV 51.23 223.24 95.03 -
System Red Green Blue C M Y K H S L
Decimal 5 42 220 0.98 0.81 0 0.14 229.67 0.96 0.44
Hex 5 2A DC 62 51 0 E E6 60 2C
Octal 5 52 334 142 121 0 16 346 140 54
Binary 101 101010 11011100 1100010 1010001 0 1110 11100110 1100000 101100

Color Harmonies of #052ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052ADC

Black with #052ADC

Text Example


Text Example

White with #052ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,42,220); }

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

background-color css

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

 a { background-color: rgb(5,42,220); }

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

border-color css

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

 span { border-color: rgb(5,42,220); }

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