Html Css Color HEX #052BDD Persian Blue

📋 copy color: '#052BDD'

red 5 ◦ green 43 ◦ blue 221

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

Shades of Persian Blue #052BDD

Tints of Persian Blue #052BDD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.99%

 BLUE value IS 221 (86.72% from 255) = 82.16%

R = 1.86%
G = 15.99%
B = 82.16%

CMYK

 C value IS 0.98

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#052BDD (or 0x052BDD) is known color: Persian Blue. HEX triplet: 05, 2B and DD. RGB value is (5,43,221). Sum of RGB (Red+Green+Blue) = 5+43+221=269 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.86% from 269); Green value is 43 (17.19% from 255 or 15.99% from 269); Blue value is 221 (86.72% from 255 or 82.16% from 269); Max value from RGB is 221 - color contains mainly: blue. Hex color #052BDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052BDD is #FAD422. Grayscale: #333333. Windows color (decimal): -16438307 or 14494469. OLE color: 14494469.

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

Color convert

RGB 5 43 221 -
CMYK 0.98 0.81 0 0.13
HSL 229.44º 0.96% 0.44% -
HSV(B) 229.44º 0.98% 0.87% -
XYZ 13.98 6.98 69.02 -
YUV 51.93 223.41 94.53 -
System Red Green Blue C M Y K H S L
Decimal 5 43 221 0.98 0.81 0 0.13 229.44 0.96 0.44
Hex 5 2B DD 62 51 0 D E5 60 2C
Octal 5 53 335 142 121 0 15 345 140 54
Binary 101 101011 11011101 1100010 1010001 0 1101 11100101 1100000 101100

Color Harmonies of #052BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052BDD

Black with #052BDD

Text Example


Text Example

White with #052BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,43,221); }

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

background-color css

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

 a { background-color: rgb(5,43,221); }

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

border-color css

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

 span { border-color: rgb(5,43,221); }

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