#5475dc

Color #5475DC Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #5475DC

Tints of Royal Blue #5475DC

Color information

#5475DC (or 0x5475DC) is unknown color: approx Royal Blue. HEX triplet: 54, 75 and DC. RGB value is (84,117,220). Sum of RGB (Red+Green+Blue) = 84+117+220=421 (55% of max value = 765). Red value is 84 (33.20% from 255 or 19.95% from 421); Green value is 117 (46.09% from 255 or 27.79% from 421); Blue value is 220 (86.33% from 255 or 52.26% from 421); Max value from RGB is 220 - color contains mainly: blue. Hex color #5475DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5475DC is #AB8A23. Grayscale: #767676. Windows color (decimal): -11242020 or 14447956. OLE color: 14447956.

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

Color convert

RGB84117220-
CMYK0.620.4700.14
HSL225.44º66.02%59.61%-
HSV(B)225.44º61.82%86.27%-
XYZ22.9419.7770.32-
YUV118.88185.07103.12-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.95%
GREEN value IS 117 (46.09% from 255) = 27.79%
BLUE value IS 220 (86.33% from 255) = 52.26%
R=19.95%
G=27.79%
B=52.26%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal841172200.620.4700.14225.4466.0259.61
Hex5475DC3E2F0Ee1423c
Octal124165334765701634110274
Binary101010011101011101110011111010111101110111000011000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5475dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5475dc; }

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

 H1.HeaderClassName
 {
   color: #5475dc;
 }
 .AnyTagClassName
 {
   color: #5475dc;
 }
</style>
background-color css

<style>
 a { background-color: #5475dc; }

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

 div.DivClassName
 {
   background-color: #5475dc;
 }
 .BgClassName
 {
   background-color: #5475dc;
 }
</style>
border-color css

<style>
 span { border-color: #5475dc; }

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

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