Html Css Color HEX #053EDF Persian Blue

📋 copy color: '#053EDF'

red 5 ◦ green 62 ◦ blue 223

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

Shades of Persian Blue #053EDF

Tints of Persian Blue #053EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 76.9%

R = 1.72%
G = 21.38%
B = 76.9%

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

#053EDF (or 0x053EDF) is known color: Persian Blue. HEX triplet: 05, 3E and DF. RGB value is (5,62,223). Sum of RGB (Red+Green+Blue) = 5+62+223=290 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.72% from 290); Green value is 62 (24.61% from 255 or 21.38% from 290); Blue value is 223 (87.5% from 255 or 76.90% from 290); Max value from RGB is 223 - color contains mainly: blue. Hex color #053EDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053EDF is #FAC120. Grayscale: #3E3E3E. Windows color (decimal): -16433441 or 14630405. OLE color: 14630405.

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

Color convert

RGB 5 62 223 -
CMYK 0.98 0.72 0 0.13
HSL 224.31º 0.96% 0.45% -
HSV(B) 224.31º 0.98% 0.87% -
XYZ 15.1 8.81 70.72 -
YUV 63.31 218.12 86.41 -
System Red Green Blue C M Y K H S L
Decimal 5 62 223 0.98 0.72 0 0.13 224.31 0.96 0.45
Hex 5 3E DF 62 48 0 D E0 60 2D
Octal 5 76 337 142 110 0 15 340 140 55
Binary 101 111110 11011111 1100010 1001000 0 1101 11100000 1100000 101101

Color Harmonies of #053EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053EDF

Black with #053EDF

Text Example


Text Example

White with #053EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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