Html Css Color HEX #5478DB Royal Blue

📋 copy color: '#5478DB'

red 84 ◦ green 120 ◦ blue 219

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

Shades of Royal Blue #5478DB

Tints of Royal Blue #5478DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.77%

R = 19.86%
G = 28.37%
B = 51.77%

CMYK

 C value IS 0.62

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5478DB (or 0x5478DB) is known color: Royal Blue. HEX triplet: 54, 78 and DB. RGB value is (84,120,219). Sum of RGB (Red+Green+Blue) = 84+120+219=423 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.86% from 423); Green value is 120 (47.27% from 255 or 28.37% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #5478DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5478DB is #AB8724. Grayscale: #787878. Windows color (decimal): -11241253 or 14383188. OLE color: 14383188.

HSL color Cylindrical-coordinate representation of color #5478DB: hue angle of 224º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5478DB is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 84 120 219 -
CMYK 0.62 0.45 0 0.14
HSL 224º 0.65% 0.59% -
HSV(B) 224º 0.62% 0.86% -
XYZ 23.16 20.43 69.74 -
YUV 120.52 183.57 101.95 -
System Red Green Blue C M Y K H S L
Decimal 84 120 219 0.62 0.45 0 0.14 224 0.65 0.59
Hex 54 78 DB 3E 2D 0 E E0 41 3B
Octal 124 170 333 76 55 0 16 340 101 73
Binary 1010100 1111000 11011011 111110 101101 0 1110 11100000 1000001 111011

Color Harmonies of #5478DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5478DB

Black with #5478DB

Text Example


Text Example

White with #5478DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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