Html Css Color HEX #5474DC Royal Blue

📋 copy color: '#5474DC'

red 84 ◦ green 116 ◦ blue 220

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

Shades of Royal Blue #5474DC

Tints of Royal Blue #5474DC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.62%

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

R = 20%
G = 27.62%
B = 52.38%

CMYK

 C value IS 0.62

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5474DC (or 0x5474DC) is known color: Royal Blue. HEX triplet: 54, 74 and DC. RGB value is (84,116,220). Sum of RGB (Red+Green+Blue) = 84+116+220=420 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20% from 420); Green value is 116 (45.70% from 255 or 27.62% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #5474DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5474DC is #AB8B23. Grayscale: #757575. Windows color (decimal): -11242276 or 14447700. OLE color: 14447700.

HSL color Cylindrical-coordinate representation of color #5474DC: hue angle of 225.88º 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 #5474DC is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 84 116 220 -
CMYK 0.62 0.47 0 0.14
HSL 225.88º 0.66% 0.6% -
HSV(B) 225.88º 0.62% 0.86% -
XYZ 22.82 19.54 70.28 -
YUV 118.29 185.4 103.54 -
System Red Green Blue C M Y K H S L
Decimal 84 116 220 0.62 0.47 0 0.14 225.88 0.66 0.6
Hex 54 74 DC 3E 2F 0 E E2 42 3C
Octal 124 164 334 76 57 0 16 342 102 74
Binary 1010100 1110100 11011100 111110 101111 0 1110 11100010 1000010 111100

Color Harmonies of #5474DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5474DC

Black with #5474DC

Text Example


Text Example

White with #5474DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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