Html Css Color HEX #5A73EE Royal Blue

📋 copy color: '#5A73EE'

red 90 ◦ green 115 ◦ blue 238

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

Shades of Royal Blue #5A73EE

Tints of Royal Blue #5A73EE

RGB

 RED value IS 90 (35.55% from 255) = 20.32%

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

 BLUE value IS 238 (93.36% from 255) = 53.72%

R = 20.32%
G = 25.96%
B = 53.72%

CMYK

 C value IS 0.62

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5A73EE (or 0x5A73EE) is known color: Royal Blue. HEX triplet: 5A, 73 and EE. RGB value is (90,115,238). Sum of RGB (Red+Green+Blue) = 90+115+238=443 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.32% from 443); Green value is 115 (45.31% from 255 or 25.96% from 443); Blue value is 238 (93.36% from 255 or 53.72% from 443); Max value from RGB is 238 - color contains mainly: blue. Hex color #5A73EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A73EE is #A58C11. Grayscale: #797979. Windows color (decimal): -10849298 or 15627098. OLE color: 15627098.

HSL color Cylindrical-coordinate representation of color #5A73EE: hue angle of 229.86º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A73EE is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 90 115 238 -
CMYK 0.62 0.52 0 0.07
HSL 229.86º 0.81% 0.64% -
HSV(B) 229.86º 0.62% 0.93% -
XYZ 25.78 20.61 83.51 -
YUV 121.55 193.72 105.5 -
System Red Green Blue C M Y K H S L
Decimal 90 115 238 0.62 0.52 0 0.07 229.86 0.81 0.64
Hex 5A 73 EE 3E 34 0 7 E6 51 40
Octal 132 163 356 76 64 0 7 346 121 100
Binary 1011010 1110011 11101110 111110 110100 0 111 11100110 1010001 1000000

Color Harmonies of #5A73EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A73EE

Black with #5A73EE

Text Example


Text Example

White with #5A73EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A73EE; }

 p { color: rgb(90,115,238); }

 H1.HeaderClassName
 {
   color: #5A73EE;
 }
 .AnyTagClassName
 {
   color: #5A73EE;
 }
</style>

background-color css

<style>
 a { background-color: #5A73EE; }

 a { background-color: rgb(90,115,238); }

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

border-color css

<style>
 span { border-color: #5A73EE; }

 span { border-color: rgb(90,115,238); }

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