Html Css Color HEX #052DD9 Persian Blue

📋 copy color: '#052DD9'

red 5 ◦ green 45 ◦ blue 217

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

Shades of Persian Blue #052DD9

Tints of Persian Blue #052DD9

RGB

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

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

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

R = 1.87%
G = 16.85%
B = 81.27%

CMYK

 C value IS 0.98

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#052DD9 (or 0x052DD9) is known color: Persian Blue. HEX triplet: 05, 2D and D9. RGB value is (5,45,217). Sum of RGB (Red+Green+Blue) = 5+45+217=267 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 267); Green value is 45 (17.97% from 255 or 16.85% from 267); Blue value is 217 (85.16% from 255 or 81.27% from 267); Max value from RGB is 217 - color contains mainly: blue. Hex color #052DD9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052DD9 is #FAD226. Grayscale: #333333. Windows color (decimal): -16437799 or 14232837. OLE color: 14232837.

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

Color convert

RGB 5 45 217 -
CMYK 0.98 0.79 0 0.15
HSL 228.68º 0.95% 0.44% -
HSV(B) 228.68º 0.98% 0.85% -
XYZ 13.53 6.92 66.27 -
YUV 52.65 220.75 94.01 -
System Red Green Blue C M Y K H S L
Decimal 5 45 217 0.98 0.79 0 0.15 228.68 0.95 0.44
Hex 5 2D D9 62 4F 0 F E5 5F 2C
Octal 5 55 331 142 117 0 17 345 137 54
Binary 101 101101 11011001 1100010 1001111 0 1111 11100101 1011111 101100

Color Harmonies of #052DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052DD9

Black with #052DD9

Text Example


Text Example

White with #052DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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