Html Css Color HEX #5477EE Royal Blue

📋 copy color: '#5477EE'

red 84 ◦ green 119 ◦ blue 238

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

Shades of Royal Blue #5477EE

Tints of Royal Blue #5477EE

RGB

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

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

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

R = 19.05%
G = 26.98%
B = 53.97%

CMYK

 C value IS 0.65

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5477EE (or 0x5477EE) is known color: Royal Blue. HEX triplet: 54, 77 and EE. RGB value is (84,119,238). Sum of RGB (Red+Green+Blue) = 84+119+238=441 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.05% from 441); Green value is 119 (46.88% from 255 or 26.98% from 441); Blue value is 238 (93.36% from 255 or 53.97% from 441); Max value from RGB is 238 - color contains mainly: blue. Hex color #5477EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5477EE is #AB8811. Grayscale: #797979. Windows color (decimal): -11241490 or 15628116. OLE color: 15628116.

HSL color Cylindrical-coordinate representation of color #5477EE: hue angle of 226.36º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5477EE is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 84 119 238 -
CMYK 0.65 0.50 0 0.07
HSL 226.36º 0.82% 0.63% -
HSV(B) 226.36º 0.65% 0.93% -
XYZ 25.69 21.25 83.64 -
YUV 122.1 193.4 100.82 -
System Red Green Blue C M Y K H S L
Decimal 84 119 238 0.65 0.50 0 0.07 226.36 0.82 0.63
Hex 54 77 EE 41 32 0 7 E2 52 3F
Octal 124 167 356 101 62 0 7 342 122 77
Binary 1010100 1110111 11101110 1000001 110010 0 111 11100010 1010010 111111

Color Harmonies of #5477EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5477EE

Black with #5477EE

Text Example


Text Example

White with #5477EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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