Html Css Color HEX #5476FA Royal Blue

📋 copy color: '#5476FA'

red 84 ◦ green 118 ◦ blue 250

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

Shades of Royal Blue #5476FA

Tints of Royal Blue #5476FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 55.31%

R = 18.58%
G = 26.11%
B = 55.31%

CMYK

 C value IS 0.66

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5476FA (or 0x5476FA) is known color: Royal Blue. HEX triplet: 54, 76 and FA. RGB value is (84,118,250). Sum of RGB (Red+Green+Blue) = 84+118+250=452 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.58% from 452); Green value is 118 (46.48% from 255 or 26.11% from 452); Blue value is 250 (98.05% from 255 or 55.31% from 452); Max value from RGB is 250 - color contains mainly: blue. Hex color #5476FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5476FA is #AB8905. Grayscale: #7A7A7A. Windows color (decimal): -11241734 or 16414292. OLE color: 16414292.

HSL color Cylindrical-coordinate representation of color #5476FA: hue angle of 227.71º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5476FA is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 84 118 250 -
CMYK 0.66 0.53 0 0.02
HSL 227.71º 0.94% 0.65% -
HSV(B) 227.71º 0.66% 0.98% -
XYZ 27.39 21.74 93.2 -
YUV 122.88 199.74 100.27 -
System Red Green Blue C M Y K H S L
Decimal 84 118 250 0.66 0.53 0 0.02 227.71 0.94 0.65
Hex 54 76 FA 42 35 0 2 E4 5E 41
Octal 124 166 372 102 65 0 2 344 136 101
Binary 1010100 1110110 11111010 1000010 110101 0 10 11100100 1011110 1000001

Color Harmonies of #5476FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5476FA

Black with #5476FA

Text Example


Text Example

White with #5476FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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