Html Css Color HEX #5477DC Royal Blue

📋 copy color: '#5477DC'

red 84 ◦ green 119 ◦ blue 220

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

Shades of Royal Blue #5477DC

Tints of Royal Blue #5477DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 52.01%

R = 19.86%
G = 28.13%
B = 52.01%

CMYK

 C value IS 0.62

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5477DC (or 0x5477DC) is known color: Royal Blue. HEX triplet: 54, 77 and DC. RGB value is (84,119,220). Sum of RGB (Red+Green+Blue) = 84+119+220=423 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.86% from 423); Green value is 119 (46.88% from 255 or 28.13% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #5477DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5477DC is #AB8823. Grayscale: #777777. Windows color (decimal): -11241508 or 14448468. OLE color: 14448468.

HSL color Cylindrical-coordinate representation of color #5477DC: hue angle of 224.56º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5477DC is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 84 119 220 -
CMYK 0.62 0.46 0 0.14
HSL 224.56º 0.66% 0.6% -
HSV(B) 224.56º 0.62% 0.86% -
XYZ 23.17 20.25 70.4 -
YUV 120.05 184.4 102.29 -
System Red Green Blue C M Y K H S L
Decimal 84 119 220 0.62 0.46 0 0.14 224.56 0.66 0.6
Hex 54 77 DC 3E 2E 0 E E1 42 3C
Octal 124 167 334 76 56 0 16 341 102 74
Binary 1010100 1110111 11011100 111110 101110 0 1110 11100001 1000010 111100

Color Harmonies of #5477DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5477DC

Black with #5477DC

Text Example


Text Example

White with #5477DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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