Html Css Color HEX #5477E7 Royal Blue

📋 copy color: '#5477E7'

red 84 ◦ green 119 ◦ blue 231

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

Shades of Royal Blue #5477E7

Tints of Royal Blue #5477E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 53.23%

R = 19.35%
G = 27.42%
B = 53.23%

CMYK

 C value IS 0.64

 M value IS 0.48

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#5477E7 (or 0x5477E7) is known color: Royal Blue. HEX triplet: 54, 77 and E7. RGB value is (84,119,231). Sum of RGB (Red+Green+Blue) = 84+119+231=434 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.35% from 434); Green value is 119 (46.88% from 255 or 27.42% from 434); Blue value is 231 (90.62% from 255 or 53.23% from 434); Max value from RGB is 231 - color contains mainly: blue. Hex color #5477E7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5477E7 is #AB8818. Grayscale: #787878. Windows color (decimal): -11241497 or 15169364. OLE color: 15169364.

HSL color Cylindrical-coordinate representation of color #5477E7: hue angle of 225.71º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5477E7 is Cyan = 0.64, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 84 119 231 -
CMYK 0.64 0.48 0 0.09
HSL 225.71º 0.75% 0.62% -
HSV(B) 225.71º 0.64% 0.91% -
XYZ 24.68 20.85 78.32 -
YUV 121.3 189.9 101.39 -
System Red Green Blue C M Y K H S L
Decimal 84 119 231 0.64 0.48 0 0.09 225.71 0.75 0.62
Hex 54 77 E7 40 30 0 9 E2 4B 3E
Octal 124 167 347 100 60 0 11 342 113 76
Binary 1010100 1110111 11100111 1000000 110000 0 1001 11100010 1001011 111110

Color Harmonies of #5477E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5477E7

Black with #5477E7

Text Example


Text Example

White with #5477E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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