Html Css Color HEX #5477EB Royal Blue

📋 copy color: '#5477EB'

red 84 ◦ green 119 ◦ blue 235

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

Shades of Royal Blue #5477EB

Tints of Royal Blue #5477EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 53.65%

R = 19.18%
G = 27.17%
B = 53.65%

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

#5477EB (or 0x5477EB) is known color: Royal Blue. HEX triplet: 54, 77 and EB. RGB value is (84,119,235). Sum of RGB (Red+Green+Blue) = 84+119+235=438 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.18% from 438); Green value is 119 (46.88% from 255 or 27.17% from 438); Blue value is 235 (92.19% from 255 or 53.65% from 438); Max value from RGB is 235 - color contains mainly: blue. Hex color #5477EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5477EB is #AB8814. Grayscale: #797979. Windows color (decimal): -11241493 or 15431508. OLE color: 15431508.

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

Color convert

RGB 84 119 235 -
CMYK 0.64 0.49 0 0.08
HSL 226.09º 0.79% 0.63% -
HSV(B) 226.09º 0.64% 0.92% -
XYZ 25.25 21.08 81.33 -
YUV 121.76 191.9 101.07 -
System Red Green Blue C M Y K H S L
Decimal 84 119 235 0.64 0.49 0 0.08 226.09 0.79 0.63
Hex 54 77 EB 40 31 0 8 E2 4F 3F
Octal 124 167 353 100 61 0 10 342 117 77
Binary 1010100 1110111 11101011 1000000 110001 0 1000 11100010 1001111 111111

Color Harmonies of #5477EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5477EB

Black with #5477EB

Text Example


Text Example

White with #5477EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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