Html Css Color HEX #5479DF Royal Blue

📋 copy color: '#5479DF'

red 84 ◦ green 121 ◦ blue 223

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

Shades of Royal Blue #5479DF

Tints of Royal Blue #5479DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.1%

R = 19.63%
G = 28.27%
B = 52.1%

CMYK

 C value IS 0.62

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5479DF (or 0x5479DF) is known color: Royal Blue. HEX triplet: 54, 79 and DF. RGB value is (84,121,223). Sum of RGB (Red+Green+Blue) = 84+121+223=428 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.63% from 428); Green value is 121 (47.66% from 255 or 28.27% from 428); Blue value is 223 (87.5% from 255 or 52.10% from 428); Max value from RGB is 223 - color contains mainly: blue. Hex color #5479DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5479DF is #AB8620. Grayscale: #797979. Windows color (decimal): -11240993 or 14645588. OLE color: 14645588.

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

Color convert

RGB 84 121 223 -
CMYK 0.62 0.46 0 0.13
HSL 224.03º 0.68% 0.6% -
HSV(B) 224.03º 0.62% 0.87% -
XYZ 23.81 20.89 72.59 -
YUV 121.57 185.24 101.21 -
System Red Green Blue C M Y K H S L
Decimal 84 121 223 0.62 0.46 0 0.13 224.03 0.68 0.6
Hex 54 79 DF 3E 2E 0 D E0 44 3C
Octal 124 171 337 76 56 0 15 340 104 74
Binary 1010100 1111001 11011111 111110 101110 0 1101 11100000 1000100 111100

Color Harmonies of #5479DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5479DF

Black with #5479DF

Text Example


Text Example

White with #5479DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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