Html Css Color HEX #5478DE Royal Blue

📋 copy color: '#5478DE'

red 84 ◦ green 120 ◦ blue 222

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

Shades of Royal Blue #5478DE

Tints of Royal Blue #5478DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 52.11%

R = 19.72%
G = 28.17%
B = 52.11%

CMYK

 C value IS 0.62

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5478DE (or 0x5478DE) is known color: Royal Blue. HEX triplet: 54, 78 and DE. RGB value is (84,120,222). Sum of RGB (Red+Green+Blue) = 84+120+222=426 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.72% from 426); Green value is 120 (47.27% from 255 or 28.17% from 426); Blue value is 222 (87.11% from 255 or 52.11% from 426); Max value from RGB is 222 - color contains mainly: blue. Hex color #5478DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5478DE is #AB8721. Grayscale: #787878. Windows color (decimal): -11241250 or 14579796. OLE color: 14579796.

HSL color Cylindrical-coordinate representation of color #5478DE: hue angle of 224.35º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5478DE is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 84 120 222 -
CMYK 0.62 0.46 0 0.13
HSL 224.35º 0.68% 0.6% -
HSV(B) 224.35º 0.62% 0.87% -
XYZ 23.56 20.59 71.84 -
YUV 120.86 185.07 101.71 -
System Red Green Blue C M Y K H S L
Decimal 84 120 222 0.62 0.46 0 0.13 224.35 0.68 0.6
Hex 54 78 DE 3E 2E 0 D E0 44 3C
Octal 124 170 336 76 56 0 15 340 104 74
Binary 1010100 1111000 11011110 111110 101110 0 1101 11100000 1000100 111100

Color Harmonies of #5478DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5478DE

Black with #5478DE

Text Example


Text Example

White with #5478DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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