Html Css Color HEX #053ED9 Persian Blue

📋 copy color: '#053ED9'

red 5 ◦ green 62 ◦ blue 217

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

Shades of Persian Blue #053ED9

Tints of Persian Blue #053ED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 76.41%

R = 1.76%
G = 21.83%
B = 76.41%

CMYK

 C value IS 0.98

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#053ED9 (or 0x053ED9) is known color: Persian Blue. HEX triplet: 05, 3E and D9. RGB value is (5,62,217). Sum of RGB (Red+Green+Blue) = 5+62+217=284 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.76% from 284); Green value is 62 (24.61% from 255 or 21.83% from 284); Blue value is 217 (85.16% from 255 or 76.41% from 284); Max value from RGB is 217 - color contains mainly: blue. Hex color #053ED9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053ED9 is #FAC126. Grayscale: #3D3D3D. Windows color (decimal): -16433447 or 14237189. OLE color: 14237189.

HSL color Cylindrical-coordinate representation of color #053ED9: hue angle of 223.87º degrees, saturation: 0.95, 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 #053ED9 is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 5 62 217 -
CMYK 0.98 0.71 0 0.15
HSL 223.87º 0.95% 0.44% -
HSV(B) 223.87º 0.98% 0.85% -
XYZ 14.31 8.49 66.53 -
YUV 62.63 215.12 86.9 -
System Red Green Blue C M Y K H S L
Decimal 5 62 217 0.98 0.71 0 0.15 223.87 0.95 0.44
Hex 5 3E D9 62 47 0 F E0 5F 2C
Octal 5 76 331 142 107 0 17 340 137 54
Binary 101 111110 11011001 1100010 1000111 0 1111 11100000 1011111 101100

Color Harmonies of #053ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053ED9

Black with #053ED9

Text Example


Text Example

White with #053ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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