Html Css Color HEX #052DDA Persian Blue

📋 copy color: '#052DDA'

red 5 ◦ green 45 ◦ blue 218

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

Shades of Persian Blue #052DDA

Tints of Persian Blue #052DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 81.34%

R = 1.87%
G = 16.79%
B = 81.34%

CMYK

 C value IS 0.98

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#052DDA (or 0x052DDA) is known color: Persian Blue. HEX triplet: 05, 2D and DA. RGB value is (5,45,218). Sum of RGB (Red+Green+Blue) = 5+45+218=268 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 268); Green value is 45 (17.97% from 255 or 16.79% from 268); Blue value is 218 (85.55% from 255 or 81.34% from 268); Max value from RGB is 218 - color contains mainly: blue. Hex color #052DDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052DDA is #FAD225. Grayscale: #343434. Windows color (decimal): -16437798 or 14298373. OLE color: 14298373.

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

Color convert

RGB 5 45 218 -
CMYK 0.98 0.79 0 0.15
HSL 228.73º 0.96% 0.44% -
HSV(B) 228.73º 0.98% 0.85% -
XYZ 13.66 6.97 66.96 -
YUV 52.76 221.25 93.93 -
System Red Green Blue C M Y K H S L
Decimal 5 45 218 0.98 0.79 0 0.15 228.73 0.96 0.44
Hex 5 2D DA 62 4F 0 F E5 60 2C
Octal 5 55 332 142 117 0 17 345 140 54
Binary 101 101101 11011010 1100010 1001111 0 1111 11100101 1100000 101100

Color Harmonies of #052DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052DDA

Black with #052DDA

Text Example


Text Example

White with #052DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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