Html Css Color HEX #052BD8 Persian Blue

📋 copy color: '#052BD8'

red 5 ◦ green 43 ◦ blue 216

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

Shades of Persian Blue #052BD8

Tints of Persian Blue #052BD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 81.82%

R = 1.89%
G = 16.29%
B = 81.82%

CMYK

 C value IS 0.98

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#052BD8 (or 0x052BD8) is known color: Persian Blue. HEX triplet: 05, 2B and D8. RGB value is (5,43,216). Sum of RGB (Red+Green+Blue) = 5+43+216=264 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.89% from 264); Green value is 43 (17.19% from 255 or 16.29% from 264); Blue value is 216 (84.77% from 255 or 81.82% from 264); Max value from RGB is 216 - color contains mainly: blue. Hex color #052BD8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052BD8 is #FAD427. Grayscale: #323232. Windows color (decimal): -16438312 or 14166789. OLE color: 14166789.

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

Color convert

RGB 5 43 216 -
CMYK 0.98 0.80 0 0.15
HSL 229.19º 0.95% 0.43% -
HSV(B) 229.19º 0.98% 0.85% -
XYZ 13.32 6.72 65.56 -
YUV 51.36 220.91 94.93 -
System Red Green Blue C M Y K H S L
Decimal 5 43 216 0.98 0.80 0 0.15 229.19 0.95 0.43
Hex 5 2B D8 62 50 0 F E5 5F 2B
Octal 5 53 330 142 120 0 17 345 137 53
Binary 101 101011 11011000 1100010 1010000 0 1111 11100101 1011111 101011

Color Harmonies of #052BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052BD8

Black with #052BD8

Text Example


Text Example

White with #052BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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