Html Css Color HEX #5473FF Royal Blue

📋 copy color: '#5473FF'

red 84 ◦ green 115 ◦ blue 255

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

Shades of Royal Blue #5473FF

Tints of Royal Blue #5473FF

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.33%

 BLUE value IS 255 (100% from 255) = 56.17%

R = 18.5%
G = 25.33%
B = 56.17%

CMYK

 C value IS 0.67

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5473FF (or 0x5473FF) is known color: Royal Blue. HEX triplet: 54, 73 and FF. RGB value is (84,115,255). Sum of RGB (Red+Green+Blue) = 84+115+255=454 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.50% from 454); Green value is 115 (45.31% from 255 or 25.33% from 454); Blue value is 255 (100% from 255 or 56.17% from 454); Max value from RGB is 255 - color contains mainly: blue. Hex color #5473FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5473FF is #AB8C00. Grayscale: #797979. Windows color (decimal): -11242497 or 16741204. OLE color: 16741204.

HSL color Cylindrical-coordinate representation of color #5473FF: hue angle of 229.12º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5473FF is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 84 115 255 -
CMYK 0.67 0.55 0 0
HSL 229.12º 1% 0.66% -
HSV(B) 229.12º 0.67% 1% -
XYZ 27.84 21.37 97.26 -
YUV 121.69 203.23 101.12 -
System Red Green Blue C M Y K H S L
Decimal 84 115 255 0.67 0.55 0 0 229.12 1 0.66
Hex 54 73 FF 43 37 0 0 E5 64 42
Octal 124 163 377 103 67 0 0 345 144 102
Binary 1010100 1110011 11111111 1000011 110111 0 0 11100101 1100100 1000010

Color Harmonies of #5473FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5473FF

Black with #5473FF

Text Example


Text Example

White with #5473FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5473FF; }

 p { color: rgb(84,115,255); }

 H1.HeaderClassName
 {
   color: #5473FF;
 }
 .AnyTagClassName
 {
   color: #5473FF;
 }
</style>

background-color css

<style>
 a { background-color: #5473FF; }

 a { background-color: rgb(84,115,255); }

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

border-color css

<style>
 span { border-color: #5473FF; }

 span { border-color: rgb(84,115,255); }

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