#5970F9

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

Shades of Royal Blue #5970F9

Tints of Royal Blue #5970F9

Color information

#5970F9 (or 0x5970F9) is unknown color: approx Royal Blue. HEX triplet: 59, 70 and F9. RGB value is (89,112,249). Sum of RGB (Red+Green+Blue) = 89+112+249=450 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.78% from 450); Green value is 112 (44.14% from 255 or 24.89% from 450); Blue value is 249 (97.66% from 255 or 55.33% from 450); Max value from RGB is 249 - color contains mainly: blue. Hex color #5970F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5970F9 is #A68F06. Grayscale: #787878. Windows color (decimal): -10915591 or 16347225. OLE color: 16347225.

HSL color Cylindrical-coordinate representation of color #5970F9: hue angle of 231.38º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5970F9 is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB89112249-
CMYK0.640.5500.02
HSL231.38º93.02%66.27%-
HSV(B)231.38º64.26%97.65%-
XYZ27.0120.5592.17-
YUV120.74200.38105.36-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.78%
GREEN value IS 112 (44.14% from 255) = 24.89%
BLUE value IS 249 (97.66% from 255) = 55.33%
R=19.78%
G=24.89%
B=55.33%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal891122490.640.5500.02231.3893.0266.27
Hex5970F9403702e75d42
Octal1311603711006702347135102
Binary101100111100001111100110000001101110101110011110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5970F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5970F9; }

 p { color: rgb(89,112,249); }

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

<style>
 a { background-color: #5970F9; }

 a { background-color: rgb(89,112,249); }

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

<style>
 span { border-color: #5970F9; }

 span { border-color: rgb(89,112,249); }

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