Html Css Color HEX #5479DC Royal Blue

📋 copy color: '#5479DC'

red 84 ◦ green 121 ◦ blue 220

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

Shades of Royal Blue #5479DC

Tints of Royal Blue #5479DC

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.47%

 BLUE value IS 220 (86.33% from 255) = 51.76%

R = 19.76%
G = 28.47%
B = 51.76%

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

#5479DC (or 0x5479DC) is known color: Royal Blue. HEX triplet: 54, 79 and DC. RGB value is (84,121,220). Sum of RGB (Red+Green+Blue) = 84+121+220=425 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.76% from 425); Green value is 121 (47.66% from 255 or 28.47% from 425); Blue value is 220 (86.33% from 255 or 51.76% from 425); Max value from RGB is 220 - color contains mainly: blue. Hex color #5479DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5479DC is #AB8623. Grayscale: #787878. Windows color (decimal): -11240996 or 14448980. OLE color: 14448980.

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

Color convert

RGB 84 121 220 -
CMYK 0.62 0.45 0 0.14
HSL 223.68º 0.66% 0.6% -
HSV(B) 223.68º 0.62% 0.86% -
XYZ 23.41 20.73 70.48 -
YUV 121.22 183.74 101.45 -
System Red Green Blue C M Y K H S L
Decimal 84 121 220 0.62 0.45 0 0.14 223.68 0.66 0.6
Hex 54 79 DC 3E 2D 0 E E0 42 3C
Octal 124 171 334 76 55 0 16 340 102 74
Binary 1010100 1111001 11011100 111110 101101 0 1110 11100000 1000010 111100

Color Harmonies of #5479DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5479DC

Black with #5479DC

Text Example


Text Example

White with #5479DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5479DC; }

 p { color: rgb(84,121,220); }

 H1.HeaderClassName
 {
   color: #5479DC;
 }
 .AnyTagClassName
 {
   color: #5479DC;
 }
</style>

background-color css

<style>
 a { background-color: #5479DC; }

 a { background-color: rgb(84,121,220); }

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

border-color css

<style>
 span { border-color: #5479DC; }

 span { border-color: rgb(84,121,220); }

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