Html Css Color HEX #052FDD Persian Blue

📋 copy color: '#052FDD'

red 5 ◦ green 47 ◦ blue 221

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

Shades of Persian Blue #052FDD

Tints of Persian Blue #052FDD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.22%

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

R = 1.83%
G = 17.22%
B = 80.95%

CMYK

 C value IS 0.98

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#052FDD (or 0x052FDD) is known color: Persian Blue. HEX triplet: 05, 2F and DD. RGB value is (5,47,221). Sum of RGB (Red+Green+Blue) = 5+47+221=273 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.83% from 273); Green value is 47 (18.75% from 255 or 17.22% from 273); Blue value is 221 (86.72% from 255 or 80.95% from 273); Max value from RGB is 221 - color contains mainly: blue. Hex color #052FDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052FDD is #FAD022. Grayscale: #353535. Windows color (decimal): -16437283 or 14495493. OLE color: 14495493.

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

Color convert

RGB 5 47 221 -
CMYK 0.98 0.79 0 0.13
HSL 228.33º 0.96% 0.44% -
HSV(B) 228.33º 0.98% 0.87% -
XYZ 14.13 7.29 69.07 -
YUV 54.28 222.09 92.85 -
System Red Green Blue C M Y K H S L
Decimal 5 47 221 0.98 0.79 0 0.13 228.33 0.96 0.44
Hex 5 2F DD 62 4F 0 D E4 60 2C
Octal 5 57 335 142 117 0 15 344 140 54
Binary 101 101111 11011101 1100010 1001111 0 1101 11100100 1100000 101100

Color Harmonies of #052FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052FDD

Black with #052FDD

Text Example


Text Example

White with #052FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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