Html Css Color HEX #053EDB Persian Blue

📋 copy color: '#053EDB'

red 5 ◦ green 62 ◦ blue 219

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

Shades of Persian Blue #053EDB

Tints of Persian Blue #053EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 76.57%

R = 1.75%
G = 21.68%
B = 76.57%

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

#053EDB (or 0x053EDB) is known color: Persian Blue. HEX triplet: 05, 3E and DB. RGB value is (5,62,219). Sum of RGB (Red+Green+Blue) = 5+62+219=286 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 286); Green value is 62 (24.61% from 255 or 21.68% from 286); Blue value is 219 (85.94% from 255 or 76.57% from 286); Max value from RGB is 219 - color contains mainly: blue. Hex color #053EDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053EDB is #FAC124. Grayscale: #3E3E3E. Windows color (decimal): -16433445 or 14368261. OLE color: 14368261.

HSL color Cylindrical-coordinate representation of color #053EDB: hue angle of 224.02º 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 #053EDB is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 5 62 219 -
CMYK 0.98 0.72 0 0.14
HSL 224.02º 0.96% 0.44% -
HSV(B) 224.02º 0.98% 0.86% -
XYZ 14.57 8.59 67.91 -
YUV 62.86 216.12 86.73 -
System Red Green Blue C M Y K H S L
Decimal 5 62 219 0.98 0.72 0 0.14 224.02 0.96 0.44
Hex 5 3E DB 62 48 0 E E0 60 2C
Octal 5 76 333 142 110 0 16 340 140 54
Binary 101 111110 11011011 1100010 1001000 0 1110 11100000 1100000 101100

Color Harmonies of #053EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053EDB

Black with #053EDB

Text Example


Text Example

White with #053EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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