Html Css Color HEX #053EDC Persian Blue

📋 copy color: '#053EDC'

red 5 ◦ green 62 ◦ blue 220

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

Shades of Persian Blue #053EDC

Tints of Persian Blue #053EDC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.6%

 BLUE value IS 220 (86.33% from 255) = 76.66%

R = 1.74%
G = 21.6%
B = 76.66%

CMYK

 C value IS 0.98

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#053EDC (or 0x053EDC) is known color: Persian Blue. HEX triplet: 05, 3E and DC. RGB value is (5,62,220). Sum of RGB (Red+Green+Blue) = 5+62+220=287 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.74% from 287); Green value is 62 (24.61% from 255 or 21.60% from 287); Blue value is 220 (86.33% from 255 or 76.66% from 287); Max value from RGB is 220 - color contains mainly: blue. Hex color #053EDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053EDC is #FAC123. Grayscale: #3E3E3E. Windows color (decimal): -16433444 or 14433797. OLE color: 14433797.

HSL color Cylindrical-coordinate representation of color #053EDC: hue angle of 224.09º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #053EDC is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 5 62 220 -
CMYK 0.98 0.72 0 0.14
HSL 224.09º 0.96% 0.44% -
HSV(B) 224.09º 0.98% 0.86% -
XYZ 14.7 8.64 68.6 -
YUV 62.97 216.62 86.65 -
System Red Green Blue C M Y K H S L
Decimal 5 62 220 0.98 0.72 0 0.14 224.09 0.96 0.44
Hex 5 3E DC 62 48 0 E E0 60 2C
Octal 5 76 334 142 110 0 16 340 140 54
Binary 101 111110 11011100 1100010 1001000 0 1110 11100000 1100000 101100

Color Harmonies of #053EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053EDC

Black with #053EDC

Text Example


Text Example

White with #053EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053EDC; }

 p { color: rgb(5,62,220); }

 H1.HeaderClassName
 {
   color: #053EDC;
 }
 .AnyTagClassName
 {
   color: #053EDC;
 }
</style>

background-color css

<style>
 a { background-color: #053EDC; }

 a { background-color: rgb(5,62,220); }

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

border-color css

<style>
 span { border-color: #053EDC; }

 span { border-color: rgb(5,62,220); }

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