Html Css Color HEX #052ACD Persian Blue

📋 copy color: '#052ACD'

red 5 ◦ green 42 ◦ blue 205

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

Shades of Persian Blue #052ACD

Tints of Persian Blue #052ACD

RGB

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

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

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

R = 1.98%
G = 16.67%
B = 81.35%

CMYK

 C value IS 0.98

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#052ACD (or 0x052ACD) is known color: Persian Blue. HEX triplet: 05, 2A and CD. RGB value is (5,42,205). Sum of RGB (Red+Green+Blue) = 5+42+205=252 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 252); Green value is 42 (16.80% from 255 or 16.67% from 252); Blue value is 205 (80.47% from 255 or 81.35% from 252); Max value from RGB is 205 - color contains mainly: blue. Hex color #052ACD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052ACD is #FAD532. Grayscale: #303030. Windows color (decimal): -16438579 or 13445637. OLE color: 13445637.

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

Color convert

RGB 5 42 205 -
CMYK 0.98 0.80 0 0.20
HSL 228.9º 0.95% 0.41% -
HSV(B) 228.9º 0.98% 0.8% -
XYZ 11.91 6.1 58.31 -
YUV 49.52 215.74 96.25 -
System Red Green Blue C M Y K H S L
Decimal 5 42 205 0.98 0.80 0 0.20 228.9 0.95 0.41
Hex 5 2A CD 62 50 0 14 E5 5F 29
Octal 5 52 315 142 120 0 24 345 137 51
Binary 101 101010 11001101 1100010 1010000 0 10100 11100101 1011111 101001

Color Harmonies of #052ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052ACD

Black with #052ACD

Text Example


Text Example

White with #052ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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