Html Css Color HEX #052BDF Persian Blue

📋 copy color: '#052BDF'

red 5 ◦ green 43 ◦ blue 223

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

Shades of Persian Blue #052BDF

Tints of Persian Blue #052BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 82.29%

R = 1.85%
G = 15.87%
B = 82.29%

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

#052BDF (or 0x052BDF) is known color: Persian Blue. HEX triplet: 05, 2B and DF. RGB value is (5,43,223). Sum of RGB (Red+Green+Blue) = 5+43+223=271 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 271); Green value is 43 (17.19% from 255 or 15.87% from 271); Blue value is 223 (87.5% from 255 or 82.29% from 271); Max value from RGB is 223 - color contains mainly: blue. Hex color #052BDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052BDF is #FAD420. Grayscale: #333333. Windows color (decimal): -16438305 or 14625541. OLE color: 14625541.

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

Color convert

RGB 5 43 223 -
CMYK 0.98 0.81 0 0.13
HSL 229.54º 0.96% 0.45% -
HSV(B) 229.54º 0.98% 0.87% -
XYZ 14.25 7.09 70.43 -
YUV 52.16 224.41 94.36 -
System Red Green Blue C M Y K H S L
Decimal 5 43 223 0.98 0.81 0 0.13 229.54 0.96 0.45
Hex 5 2B DF 62 51 0 D E6 60 2D
Octal 5 53 337 142 121 0 15 346 140 55
Binary 101 101011 11011111 1100010 1010001 0 1101 11100110 1100000 101101

Color Harmonies of #052BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052BDF

Black with #052BDF

Text Example


Text Example

White with #052BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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