Html Css Color HEX #052AD9 Persian Blue

📋 copy color: '#052AD9'

red 5 ◦ green 42 ◦ blue 217

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

Shades of Persian Blue #052AD9

Tints of Persian Blue #052AD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 82.2%

R = 1.89%
G = 15.91%
B = 82.2%

CMYK

 C value IS 0.98

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#052AD9 (or 0x052AD9) is known color: Persian Blue. HEX triplet: 05, 2A and D9. RGB value is (5,42,217). Sum of RGB (Red+Green+Blue) = 5+42+217=264 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.89% from 264); Green value is 42 (16.80% from 255 or 15.91% from 264); Blue value is 217 (85.16% from 255 or 82.20% from 264); Max value from RGB is 217 - color contains mainly: blue. Hex color #052AD9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052AD9 is #FAD526. Grayscale: #323232. Windows color (decimal): -16438567 or 14232069. OLE color: 14232069.

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

Color convert

RGB 5 42 217 -
CMYK 0.98 0.81 0 0.15
HSL 229.53º 0.95% 0.44% -
HSV(B) 229.53º 0.98% 0.85% -
XYZ 13.41 6.7 66.23 -
YUV 50.89 221.74 95.27 -
System Red Green Blue C M Y K H S L
Decimal 5 42 217 0.98 0.81 0 0.15 229.53 0.95 0.44
Hex 5 2A D9 62 51 0 F E6 5F 2C
Octal 5 52 331 142 121 0 17 346 137 54
Binary 101 101010 11011001 1100010 1010001 0 1111 11100110 1011111 101100

Color Harmonies of #052AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052AD9

Black with #052AD9

Text Example


Text Example

White with #052AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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