Html Css Color HEX #052DDF Persian Blue

📋 copy color: '#052DDF'

red 5 ◦ green 45 ◦ blue 223

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

Shades of Persian Blue #052DDF

Tints of Persian Blue #052DDF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.48%

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

R = 1.83%
G = 16.48%
B = 81.68%

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

#052DDF (or 0x052DDF) is known color: Persian Blue. HEX triplet: 05, 2D and DF. RGB value is (5,45,223). Sum of RGB (Red+Green+Blue) = 5+45+223=273 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.83% from 273); Green value is 45 (17.97% from 255 or 16.48% from 273); Blue value is 223 (87.5% from 255 or 81.68% from 273); Max value from RGB is 223 - color contains mainly: blue. Hex color #052DDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052DDF is #FAD220. Grayscale: #343434. Windows color (decimal): -16437793 or 14626053. OLE color: 14626053.

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

Color convert

RGB 5 45 223 -
CMYK 0.98 0.80 0 0.13
HSL 228.99º 0.96% 0.45% -
HSV(B) 228.99º 0.98% 0.87% -
XYZ 14.32 7.24 70.45 -
YUV 53.33 223.75 93.53 -
System Red Green Blue C M Y K H S L
Decimal 5 45 223 0.98 0.80 0 0.13 228.99 0.96 0.45
Hex 5 2D DF 62 50 0 D E5 60 2D
Octal 5 55 337 142 120 0 15 345 140 55
Binary 101 101101 11011111 1100010 1010000 0 1101 11100101 1100000 101101

Color Harmonies of #052DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052DDF

Black with #052DDF

Text Example


Text Example

White with #052DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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