Html Css Color HEX #5478FF Royal Blue

📋 copy color: '#5478FF'

red 84 ◦ green 120 ◦ blue 255

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

Shades of Royal Blue #5478FF

Tints of Royal Blue #5478FF

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.14%

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

R = 18.3%
G = 26.14%
B = 55.56%

CMYK

 C value IS 0.67

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5478FF (or 0x5478FF) is known color: Royal Blue. HEX triplet: 54, 78 and FF. RGB value is (84,120,255). Sum of RGB (Red+Green+Blue) = 84+120+255=459 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.30% from 459); Green value is 120 (47.27% from 255 or 26.14% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #5478FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5478FF is #AB8700. Grayscale: #7C7C7C. Windows color (decimal): -11241217 or 16742484. OLE color: 16742484.

HSL color Cylindrical-coordinate representation of color #5478FF: hue angle of 227.37º 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 #5478FF is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 84 120 255 -
CMYK 0.67 0.53 0 0
HSL 227.37º 1% 0.66% -
HSV(B) 227.37º 0.67% 1% -
XYZ 28.42 22.54 97.46 -
YUV 124.63 201.57 99.02 -
System Red Green Blue C M Y K H S L
Decimal 84 120 255 0.67 0.53 0 0 227.37 1 0.66
Hex 54 78 FF 43 35 0 0 E3 64 42
Octal 124 170 377 103 65 0 0 343 144 102
Binary 1010100 1111000 11111111 1000011 110101 0 0 11100011 1100100 1000010

Color Harmonies of #5478FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5478FF

Black with #5478FF

Text Example


Text Example

White with #5478FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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