Html Css Color HEX #053FDB Persian Blue

📋 copy color: '#053FDB'

red 5 ◦ green 63 ◦ blue 219

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

Shades of Persian Blue #053FDB

Tints of Persian Blue #053FDB

RGB

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

 GREEN value IS 63 (25% from 255) = 21.95%

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

R = 1.74%
G = 21.95%
B = 76.31%

CMYK

 C value IS 0.98

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#053FDB (or 0x053FDB) is known color: Persian Blue. HEX triplet: 05, 3F and DB. RGB value is (5,63,219). Sum of RGB (Red+Green+Blue) = 5+63+219=287 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.74% from 287); Green value is 63 (25% from 255 or 21.95% from 287); Blue value is 219 (85.94% from 255 or 76.31% from 287); Max value from RGB is 219 - color contains mainly: blue. Hex color #053FDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053FDB is #FAC024. Grayscale: #3E3E3E. Windows color (decimal): -16433189 or 14368517. OLE color: 14368517.

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

Color convert

RGB 5 63 219 -
CMYK 0.98 0.71 0 0.14
HSL 223.74º 0.96% 0.44% -
HSV(B) 223.74º 0.98% 0.86% -
XYZ 14.63 8.7 67.93 -
YUV 63.44 215.78 86.32 -
System Red Green Blue C M Y K H S L
Decimal 5 63 219 0.98 0.71 0 0.14 223.74 0.96 0.44
Hex 5 3F DB 62 47 0 E E0 60 2C
Octal 5 77 333 142 107 0 16 340 140 54
Binary 101 111111 11011011 1100010 1000111 0 1110 11100000 1100000 101100

Color Harmonies of #053FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053FDB

Black with #053FDB

Text Example


Text Example

White with #053FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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