Html Css Color HEX #5373EA Royal Blue

📋 copy color: '#5373EA'

red 83 ◦ green 115 ◦ blue 234

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

Shades of Royal Blue #5373EA

Tints of Royal Blue #5373EA

RGB

 RED value IS 83 (32.81% from 255) = 19.21%

 GREEN value IS 115 (45.31% from 255) = 26.62%

 BLUE value IS 234 (91.8% from 255) = 54.17%

R = 19.21%
G = 26.62%
B = 54.17%

CMYK

 C value IS 0.65

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5373EA (or 0x5373EA) is known color: Royal Blue. HEX triplet: 53, 73 and EA. RGB value is (83,115,234). Sum of RGB (Red+Green+Blue) = 83+115+234=432 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.21% from 432); Green value is 115 (45.31% from 255 or 26.62% from 432); Blue value is 234 (91.80% from 255 or 54.17% from 432); Max value from RGB is 234 - color contains mainly: blue. Hex color #5373EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5373EA is #AC8C15. Grayscale: #767676. Windows color (decimal): -11308054 or 15364947. OLE color: 15364947.

HSL color Cylindrical-coordinate representation of color #5373EA: hue angle of 227.28º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5373EA is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 83 115 234 -
CMYK 0.65 0.51 0 0.08
HSL 227.28º 0.78% 0.62% -
HSV(B) 227.28º 0.65% 0.92% -
XYZ 24.55 20.04 80.42 -
YUV 119 192.9 102.32 -
System Red Green Blue C M Y K H S L
Decimal 83 115 234 0.65 0.51 0 0.08 227.28 0.78 0.62
Hex 53 73 EA 41 33 0 8 E3 4E 3E
Octal 123 163 352 101 63 0 10 343 116 76
Binary 1010011 1110011 11101010 1000001 110011 0 1000 11100011 1001110 111110

Color Harmonies of #5373EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5373EA

Black with #5373EA

Text Example


Text Example

White with #5373EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5373EA; }

 p { color: rgb(83,115,234); }

 H1.HeaderClassName
 {
   color: #5373EA;
 }
 .AnyTagClassName
 {
   color: #5373EA;
 }
</style>

background-color css

<style>
 a { background-color: #5373EA; }

 a { background-color: rgb(83,115,234); }

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

border-color css

<style>
 span { border-color: #5373EA; }

 span { border-color: rgb(83,115,234); }

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