Html Css Color HEX #5479E8 Royal Blue

📋 copy color: '#5479E8'

red 84 ◦ green 121 ◦ blue 232

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

Shades of Royal Blue #5479E8

Tints of Royal Blue #5479E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 53.09%

R = 19.22%
G = 27.69%
B = 53.09%

CMYK

 C value IS 0.64

 M value IS 0.48

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#5479E8 (or 0x5479E8) is known color: Royal Blue. HEX triplet: 54, 79 and E8. RGB value is (84,121,232). Sum of RGB (Red+Green+Blue) = 84+121+232=437 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.22% from 437); Green value is 121 (47.66% from 255 or 27.69% from 437); Blue value is 232 (91.02% from 255 or 53.09% from 437); Max value from RGB is 232 - color contains mainly: blue. Hex color #5479E8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5479E8 is #AB8617. Grayscale: #7A7A7A. Windows color (decimal): -11240984 or 15235412. OLE color: 15235412.

HSL color Cylindrical-coordinate representation of color #5479E8: hue angle of 225º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5479E8 is Cyan = 0.64, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 84 121 232 -
CMYK 0.64 0.48 0 0.09
HSL 225º 0.76% 0.62% -
HSV(B) 225º 0.64% 0.91% -
XYZ 25.06 21.39 79.15 -
YUV 122.59 189.74 100.47 -
System Red Green Blue C M Y K H S L
Decimal 84 121 232 0.64 0.48 0 0.09 225 0.76 0.62
Hex 54 79 E8 40 30 0 9 E1 4C 3E
Octal 124 171 350 100 60 0 11 341 114 76
Binary 1010100 1111001 11101000 1000000 110000 0 1001 11100001 1001100 111110

Color Harmonies of #5479E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5479E8

Black with #5479E8

Text Example


Text Example

White with #5479E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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