Html Css Color HEX #052DC9 Persian Blue

📋 copy color: '#052DC9'

red 5 ◦ green 45 ◦ blue 201

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

Shades of Persian Blue #052DC9

Tints of Persian Blue #052DC9

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.93%

 BLUE value IS 201 (78.91% from 255) = 80.08%

R = 1.99%
G = 17.93%
B = 80.08%

CMYK

 C value IS 0.98

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#052DC9 (or 0x052DC9) is known color: Persian Blue. HEX triplet: 05, 2D and C9. RGB value is (5,45,201). Sum of RGB (Red+Green+Blue) = 5+45+201=251 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.99% from 251); Green value is 45 (17.97% from 255 or 17.93% from 251); Blue value is 201 (78.91% from 255 or 80.08% from 251); Max value from RGB is 201 - color contains mainly: blue. Hex color #052DC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052DC9 is #FAD236. Grayscale: #323232. Windows color (decimal): -16437815 or 13184261. OLE color: 13184261.

HSL color Cylindrical-coordinate representation of color #052DC9: hue angle of 227.76º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #052DC9 is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 5 45 201 -
CMYK 0.98 0.78 0 0.21
HSL 227.76º 0.95% 0.4% -
HSV(B) 227.76º 0.98% 0.79% -
XYZ 11.54 6.13 55.83 -
YUV 50.82 212.75 95.32 -
System Red Green Blue C M Y K H S L
Decimal 5 45 201 0.98 0.78 0 0.21 227.76 0.95 0.4
Hex 5 2D C9 62 4E 0 15 E4 5F 28
Octal 5 55 311 142 116 0 25 344 137 50
Binary 101 101101 11001001 1100010 1001110 0 10101 11100100 1011111 101000

Color Harmonies of #052DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052DC9

Black with #052DC9

Text Example


Text Example

White with #052DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,45,201); }

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

background-color css

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

 a { background-color: rgb(5,45,201); }

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

border-color css

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

 span { border-color: rgb(5,45,201); }

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