Html Css Color HEX #053EDD Persian Blue

📋 copy color: '#053EDD'

red 5 ◦ green 62 ◦ blue 221

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

Shades of Persian Blue #053EDD

Tints of Persian Blue #053EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 76.74%

R = 1.74%
G = 21.53%
B = 76.74%

CMYK

 C value IS 0.98

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#053EDD (or 0x053EDD) is known color: Persian Blue. HEX triplet: 05, 3E and DD. RGB value is (5,62,221). Sum of RGB (Red+Green+Blue) = 5+62+221=288 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.74% from 288); Green value is 62 (24.61% from 255 or 21.53% from 288); Blue value is 221 (86.72% from 255 or 76.74% from 288); Max value from RGB is 221 - color contains mainly: blue. Hex color #053EDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053EDD is #FAC122. Grayscale: #3E3E3E. Windows color (decimal): -16433443 or 14499333. OLE color: 14499333.

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

Color convert

RGB 5 62 221 -
CMYK 0.98 0.72 0 0.13
HSL 224.17º 0.96% 0.44% -
HSV(B) 224.17º 0.98% 0.87% -
XYZ 14.84 8.7 69.3 -
YUV 63.08 217.12 86.57 -
System Red Green Blue C M Y K H S L
Decimal 5 62 221 0.98 0.72 0 0.13 224.17 0.96 0.44
Hex 5 3E DD 62 48 0 D E0 60 2C
Octal 5 76 335 142 110 0 15 340 140 54
Binary 101 111110 11011101 1100010 1001000 0 1101 11100000 1100000 101100

Color Harmonies of #053EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053EDD

Black with #053EDD

Text Example


Text Example

White with #053EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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