Html Css Color HEX #052CDD Persian Blue

📋 copy color: '#052CDD'

red 5 ◦ green 44 ◦ blue 221

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

Shades of Persian Blue #052CDD

Tints of Persian Blue #052CDD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.3%

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

R = 1.85%
G = 16.3%
B = 81.85%

CMYK

 C value IS 0.98

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#052CDD (or 0x052CDD) is known color: Persian Blue. HEX triplet: 05, 2C and DD. RGB value is (5,44,221). Sum of RGB (Red+Green+Blue) = 5+44+221=270 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 270); Green value is 44 (17.58% from 255 or 16.30% from 270); Blue value is 221 (86.72% from 255 or 81.85% from 270); Max value from RGB is 221 - color contains mainly: blue. Hex color #052CDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052CDD is #FAD322. Grayscale: #333333. Windows color (decimal): -16438051 or 14494725. OLE color: 14494725.

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

Color convert

RGB 5 44 221 -
CMYK 0.98 0.80 0 0.13
HSL 229.17º 0.96% 0.44% -
HSV(B) 229.17º 0.98% 0.87% -
XYZ 14.01 7.05 69.03 -
YUV 52.52 223.08 94.11 -
System Red Green Blue C M Y K H S L
Decimal 5 44 221 0.98 0.80 0 0.13 229.17 0.96 0.44
Hex 5 2C DD 62 50 0 D E5 60 2C
Octal 5 54 335 142 120 0 15 345 140 54
Binary 101 101100 11011101 1100010 1010000 0 1101 11100101 1100000 101100

Color Harmonies of #052CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052CDD

Black with #052CDD

Text Example


Text Example

White with #052CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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