Html Css Color HEX #5476D7 Royal Blue

📋 copy color: '#5476D7'

red 84 ◦ green 118 ◦ blue 215

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

Shades of Royal Blue #5476D7

Tints of Royal Blue #5476D7

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.3%

 BLUE value IS 215 (84.38% from 255) = 51.56%

R = 20.14%
G = 28.3%
B = 51.56%

CMYK

 C value IS 0.61

 M value IS 0.45

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5476D7 (or 0x5476D7) is known color: Royal Blue. HEX triplet: 54, 76 and D7. RGB value is (84,118,215). Sum of RGB (Red+Green+Blue) = 84+118+215=417 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.14% from 417); Green value is 118 (46.48% from 255 or 28.30% from 417); Blue value is 215 (84.38% from 255 or 51.56% from 417); Max value from RGB is 215 - color contains mainly: blue. Hex color #5476D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5476D7 is #AB8928. Grayscale: #767676. Windows color (decimal): -11241769 or 14120532. OLE color: 14120532.

HSL color Cylindrical-coordinate representation of color #5476D7: hue angle of 224.43º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5476D7 is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 84 118 215 -
CMYK 0.61 0.45 0 0.16
HSL 224.43º 0.62% 0.59% -
HSV(B) 224.43º 0.61% 0.84% -
XYZ 22.4 19.75 66.92 -
YUV 118.89 182.24 103.11 -
System Red Green Blue C M Y K H S L
Decimal 84 118 215 0.61 0.45 0 0.16 224.43 0.62 0.59
Hex 54 76 D7 3D 2D 0 10 E0 3E 3B
Octal 124 166 327 75 55 0 20 340 76 73
Binary 1010100 1110110 11010111 111101 101101 0 10000 11100000 111110 111011

Color Harmonies of #5476D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5476D7

Black with #5476D7

Text Example


Text Example

White with #5476D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5476D7; }

 p { color: rgb(84,118,215); }

 H1.HeaderClassName
 {
   color: #5476D7;
 }
 .AnyTagClassName
 {
   color: #5476D7;
 }
</style>

background-color css

<style>
 a { background-color: #5476D7; }

 a { background-color: rgb(84,118,215); }

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

border-color css

<style>
 span { border-color: #5476D7; }

 span { border-color: rgb(84,118,215); }

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