Html Css Color HEX #5476DB Royal Blue

📋 copy color: '#5476DB'

red 84 ◦ green 118 ◦ blue 219

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

Shades of Royal Blue #5476DB

Tints of Royal Blue #5476DB

RGB

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

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

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

R = 19.95%
G = 28.03%
B = 52.02%

CMYK

 C value IS 0.62

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5476DB (or 0x5476DB) is known color: Royal Blue. HEX triplet: 54, 76 and DB. RGB value is (84,118,219). Sum of RGB (Red+Green+Blue) = 84+118+219=421 (55% of max value = 765). Red value is 84 (33.20% from 255 or 19.95% from 421); Green value is 118 (46.48% from 255 or 28.03% from 421); Blue value is 219 (85.94% from 255 or 52.02% from 421); Max value from RGB is 219 - color contains mainly: blue. Hex color #5476DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5476DB is #AB8924. Grayscale: #767676. Windows color (decimal): -11241765 or 14382676. OLE color: 14382676.

HSL color Cylindrical-coordinate representation of color #5476DB: hue angle of 224.89º 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 #5476DB is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 84 118 219 -
CMYK 0.62 0.46 0 0.14
HSL 224.89º 0.65% 0.59% -
HSV(B) 224.89º 0.62% 0.86% -
XYZ 22.92 19.96 69.66 -
YUV 119.35 184.24 102.79 -
System Red Green Blue C M Y K H S L
Decimal 84 118 219 0.62 0.46 0 0.14 224.89 0.65 0.59
Hex 54 76 DB 3E 2E 0 E E1 41 3B
Octal 124 166 333 76 56 0 16 341 101 73
Binary 1010100 1110110 11011011 111110 101110 0 1110 11100001 1000001 111011

Color Harmonies of #5476DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5476DB

Black with #5476DB

Text Example


Text Example

White with #5476DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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