Html Css Color HEX #5479DE Royal Blue

📋 copy color: '#5479DE'

red 84 ◦ green 121 ◦ blue 222

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

Shades of Royal Blue #5479DE

Tints of Royal Blue #5479DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.99%

R = 19.67%
G = 28.34%
B = 51.99%

CMYK

 C value IS 0.62

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5479DE (or 0x5479DE) is known color: Royal Blue. HEX triplet: 54, 79 and DE. RGB value is (84,121,222). Sum of RGB (Red+Green+Blue) = 84+121+222=427 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.67% from 427); Green value is 121 (47.66% from 255 or 28.34% from 427); Blue value is 222 (87.11% from 255 or 51.99% from 427); Max value from RGB is 222 - color contains mainly: blue. Hex color #5479DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5479DE is #AB8621. Grayscale: #797979. Windows color (decimal): -11240994 or 14580052. OLE color: 14580052.

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

Color convert

RGB 84 121 222 -
CMYK 0.62 0.45 0 0.13
HSL 223.91º 0.68% 0.6% -
HSV(B) 223.91º 0.62% 0.87% -
XYZ 23.68 20.83 71.88 -
YUV 121.45 184.74 101.29 -
System Red Green Blue C M Y K H S L
Decimal 84 121 222 0.62 0.45 0 0.13 223.91 0.68 0.6
Hex 54 79 DE 3E 2D 0 D E0 44 3C
Octal 124 171 336 76 55 0 15 340 104 74
Binary 1010100 1111001 11011110 111110 101101 0 1101 11100000 1000100 111100

Color Harmonies of #5479DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5479DE

Black with #5479DE

Text Example


Text Example

White with #5479DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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