Html Css Color HEX #5476FC Royal Blue

📋 copy color: '#5476FC'

red 84 ◦ green 118 ◦ blue 252

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

Shades of Royal Blue #5476FC

Tints of Royal Blue #5476FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 55.51%

R = 18.5%
G = 25.99%
B = 55.51%

CMYK

 C value IS 0.67

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5476FC (or 0x5476FC) is known color: Royal Blue. HEX triplet: 54, 76 and FC. RGB value is (84,118,252). Sum of RGB (Red+Green+Blue) = 84+118+252=454 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.50% from 454); Green value is 118 (46.48% from 255 or 25.99% from 454); Blue value is 252 (98.83% from 255 or 55.51% from 454); Max value from RGB is 252 - color contains mainly: blue. Hex color #5476FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5476FC is #AB8903. Grayscale: #7A7A7A. Windows color (decimal): -11241732 or 16545364. OLE color: 16545364.

HSL color Cylindrical-coordinate representation of color #5476FC: hue angle of 227.86º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5476FC is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 84 118 252 -
CMYK 0.67 0.53 0 0.01
HSL 227.86º 0.97% 0.66% -
HSV(B) 227.86º 0.67% 0.99% -
XYZ 27.71 21.87 94.86 -
YUV 123.11 200.74 100.1 -
System Red Green Blue C M Y K H S L
Decimal 84 118 252 0.67 0.53 0 0.01 227.86 0.97 0.66
Hex 54 76 FC 43 35 0 1 E4 61 42
Octal 124 166 374 103 65 0 1 344 141 102
Binary 1010100 1110110 11111100 1000011 110101 0 1 11100100 1100001 1000010

Color Harmonies of #5476FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5476FC

Black with #5476FC

Text Example


Text Example

White with #5476FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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