Html Css Color HEX #5477EA Royal Blue

📋 copy color: '#5477EA'

red 84 ◦ green 119 ◦ blue 234

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

Shades of Royal Blue #5477EA

Tints of Royal Blue #5477EA

RGB

 RED value IS 84 (33.2% from 255) = 19.22%

 GREEN value IS 119 (46.88% from 255) = 27.23%

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

R = 19.22%
G = 27.23%
B = 53.55%

CMYK

 C value IS 0.64

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5477EA (or 0x5477EA) is known color: Royal Blue. HEX triplet: 54, 77 and EA. RGB value is (84,119,234). Sum of RGB (Red+Green+Blue) = 84+119+234=437 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.22% from 437); Green value is 119 (46.88% from 255 or 27.23% from 437); Blue value is 234 (91.80% from 255 or 53.55% from 437); Max value from RGB is 234 - color contains mainly: blue. Hex color #5477EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5477EA is #AB8815. Grayscale: #797979. Windows color (decimal): -11241494 or 15365972. OLE color: 15365972.

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

Color convert

RGB 84 119 234 -
CMYK 0.64 0.49 0 0.08
HSL 226º 0.78% 0.62% -
HSV(B) 226º 0.64% 0.92% -
XYZ 25.1 21.02 80.58 -
YUV 121.65 191.4 101.15 -
System Red Green Blue C M Y K H S L
Decimal 84 119 234 0.64 0.49 0 0.08 226 0.78 0.62
Hex 54 77 EA 40 31 0 8 E2 4E 3E
Octal 124 167 352 100 61 0 10 342 116 76
Binary 1010100 1110111 11101010 1000000 110001 0 1000 11100010 1001110 111110

Color Harmonies of #5477EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5477EA

Black with #5477EA

Text Example


Text Example

White with #5477EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,119,234); }

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

background-color css

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

 a { background-color: rgb(84,119,234); }

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

border-color css

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

 span { border-color: rgb(84,119,234); }

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