#5a70f1

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

Shades of Royal Blue #5A70F1

Tints of Royal Blue #5A70F1

Color information

#5A70F1 (or 0x5A70F1) is unknown color: approx Royal Blue. HEX triplet: 5A, 70 and F1. RGB value is (90,112,241). Sum of RGB (Red+Green+Blue) = 90+112+241=443 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.32% from 443); Green value is 112 (44.14% from 255 or 25.28% from 443); Blue value is 241 (94.53% from 255 or 54.40% from 443); Max value from RGB is 241 - color contains mainly: blue. Hex color #5A70F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A70F1 is #A58F0E. Grayscale: #777777. Windows color (decimal): -10850063 or 15822938. OLE color: 15822938.

HSL color Cylindrical-coordinate representation of color #5A70F1: hue angle of 231.26º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5A70F1 is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB90112241-
CMYK0.630.5400.05
HSL231.26º84.36%64.9%-
HSV(B)231.26º62.66%94.51%-
XYZ25.8920.1185.74-
YUV120.13196.21106.51-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.32%
GREEN value IS 112 (44.14% from 255) = 25.28%
BLUE value IS 241 (94.53% from 255) = 54.40%
R=20.32%
G=25.28%
B=54.40%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal901122410.630.5400.05231.2684.3664.9
Hex5A70F13F3605e75441
Octal132160361776605347124101
Binary101101011100001111000111111111011001011110011110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5a70f1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5a70f1; }

 p { color: rgb(90,112,241); }

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

<style>
 a { background-color: #5a70f1; }

 a { background-color: rgb(90,112,241); }

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

<style>
 span { border-color: #5a70f1; }

 span { border-color: rgb(90,112,241); }

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