Html Css Color HEX #052EDA Persian Blue

📋 copy color: '#052EDA'

red 5 ◦ green 46 ◦ blue 218

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

Shades of Persian Blue #052EDA

Tints of Persian Blue #052EDA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.1%

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

R = 1.86%
G = 17.1%
B = 81.04%

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

#052EDA (or 0x052EDA) is known color: Persian Blue. HEX triplet: 05, 2E and DA. RGB value is (5,46,218). Sum of RGB (Red+Green+Blue) = 5+46+218=269 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.86% from 269); Green value is 46 (18.36% from 255 or 17.10% from 269); Blue value is 218 (85.55% from 255 or 81.04% from 269); Max value from RGB is 218 - color contains mainly: blue. Hex color #052EDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052EDA is #FAD125. Grayscale: #343434. Windows color (decimal): -16437542 or 14298629. OLE color: 14298629.

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

Color convert

RGB 5 46 218 -
CMYK 0.98 0.79 0 0.15
HSL 228.45º 0.96% 0.44% -
HSV(B) 228.45º 0.98% 0.85% -
XYZ 13.69 7.05 66.97 -
YUV 53.35 220.92 93.51 -
System Red Green Blue C M Y K H S L
Decimal 5 46 218 0.98 0.79 0 0.15 228.45 0.96 0.44
Hex 5 2E DA 62 4F 0 F E4 60 2C
Octal 5 56 332 142 117 0 17 344 140 54
Binary 101 101110 11011010 1100010 1001111 0 1111 11100100 1100000 101100

Color Harmonies of #052EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052EDA

Black with #052EDA

Text Example


Text Example

White with #052EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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