#5475F1

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

Shades of Royal Blue #5475F1

Tints of Royal Blue #5475F1

Color information

#5475F1 (or 0x5475F1) is unknown color: approx Royal Blue. HEX triplet: 54, 75 and F1. RGB value is (84,117,241). Sum of RGB (Red+Green+Blue) = 84+117+241=442 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.00% from 442); Green value is 117 (46.09% from 255 or 26.47% from 442); Blue value is 241 (94.53% from 255 or 54.52% from 442); Max value from RGB is 241 - color contains mainly: blue. Hex color #5475F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5475F1 is #AB8A0E. Grayscale: #787878. Windows color (decimal): -11241999 or 15824212. OLE color: 15824212.

HSL color Cylindrical-coordinate representation of color #5475F1: hue angle of 227.39º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5475F1 is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB84117241-
CMYK0.650.5100.05
HSL227.39º84.86%63.73%-
HSV(B)227.39º65.15%94.51%-
XYZ25.8920.9685.9-
YUV121.27195.57101.42-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.00%
GREEN value IS 117 (46.09% from 255) = 26.47%
BLUE value IS 241 (94.53% from 255) = 54.52%
R=19.00%
G=26.47%
B=54.52%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal841172410.650.5100.05227.3984.8663.73
Hex5475F1413305e35540
Octal1241653611016305343125100
Binary1010100111010111110001100000111001101011110001110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5475F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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