Html Css Color HEX #5479E5 Royal Blue

📋 copy color: '#5479E5'

red 84 ◦ green 121 ◦ blue 229

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

Shades of Royal Blue #5479E5

Tints of Royal Blue #5479E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 52.76%

R = 19.35%
G = 27.88%
B = 52.76%

CMYK

 C value IS 0.63

 M value IS 0.47

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#5479E5 (or 0x5479E5) is known color: Royal Blue. HEX triplet: 54, 79 and E5. RGB value is (84,121,229). Sum of RGB (Red+Green+Blue) = 84+121+229=434 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.35% from 434); Green value is 121 (47.66% from 255 or 27.88% from 434); Blue value is 229 (89.84% from 255 or 52.76% from 434); Max value from RGB is 229 - color contains mainly: blue. Hex color #5479E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5479E5 is #AB861A. Grayscale: #797979. Windows color (decimal): -11240987 or 15038804. OLE color: 15038804.

HSL color Cylindrical-coordinate representation of color #5479E5: hue angle of 224.69º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5479E5 is Cyan = 0.63, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 84 121 229 -
CMYK 0.63 0.47 0 0.10
HSL 224.69º 0.74% 0.61% -
HSV(B) 224.69º 0.63% 0.9% -
XYZ 24.64 21.22 76.93 -
YUV 122.25 188.24 100.72 -
System Red Green Blue C M Y K H S L
Decimal 84 121 229 0.63 0.47 0 0.10 224.69 0.74 0.61
Hex 54 79 E5 3F 2F 0 A E1 4A 3D
Octal 124 171 345 77 57 0 12 341 112 75
Binary 1010100 1111001 11100101 111111 101111 0 1010 11100001 1001010 111101

Color Harmonies of #5479E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5479E5

Black with #5479E5

Text Example


Text Example

White with #5479E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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