#5475EB

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

Shades of Royal Blue #5475EB

Tints of Royal Blue #5475EB

Color information

#5475EB (or 0x5475EB) is unknown color: approx Royal Blue. HEX triplet: 54, 75 and EB. RGB value is (84,117,235). Sum of RGB (Red+Green+Blue) = 84+117+235=436 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.27% from 436); Green value is 117 (46.09% from 255 or 26.83% from 436); Blue value is 235 (92.19% from 255 or 53.90% from 436); Max value from RGB is 235 - color contains mainly: blue. Hex color #5475EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5475EB is #AB8A14. Grayscale: #787878. Windows color (decimal): -11242005 or 15430996. OLE color: 15430996.

HSL color Cylindrical-coordinate representation of color #5475EB: hue angle of 226.89º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5475EB is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB84117235-
CMYK0.640.5000.08
HSL226.89º79.06%62.55%-
HSV(B)226.89º64.26%92.16%-
XYZ25.0120.6181.26-
YUV120.58192.57101.91-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.27%
GREEN value IS 117 (46.09% from 255) = 26.83%
BLUE value IS 235 (92.19% from 255) = 53.90%
R=19.27%
G=26.83%
B=53.90%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal841172350.640.5000.08226.8979.0662.55
Hex5475EB403208e34f3f
Octal1241653531006201034311777
Binary1010100111010111101011100000011001001000111000111001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5475EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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