#5974F2

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

Shades of Royal Blue #5974F2

Tints of Royal Blue #5974F2

Color information

#5974F2 (or 0x5974F2) is unknown color: approx Royal Blue. HEX triplet: 59, 74 and F2. RGB value is (89,116,242). Sum of RGB (Red+Green+Blue) = 89+116+242=447 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.91% from 447); Green value is 116 (45.70% from 255 or 25.95% from 447); Blue value is 242 (94.92% from 255 or 54.14% from 447); Max value from RGB is 242 - color contains mainly: blue. Hex color #5974F2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5974F2 is #A68B0D. Grayscale: #797979. Windows color (decimal): -10914574 or 15889497. OLE color: 15889497.

HSL color Cylindrical-coordinate representation of color #5974F2: hue angle of 229.41º degrees, saturation: 0.85, 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 #5974F2 is Cyan = 0.63, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB89116242-
CMYK0.630.5200.05
HSL229.41º85.47%64.9%-
HSV(B)229.41º63.22%94.9%-
XYZ26.3921.0386.67-
YUV122.29195.55104.25-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.91%
GREEN value IS 116 (45.70% from 255) = 25.95%
BLUE value IS 242 (94.92% from 255) = 54.14%
R=19.91%
G=25.95%
B=54.14%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal891162420.630.5200.05229.4185.4764.9
Hex5974F23F3405e55541
Octal131164362776405345125101
Binary101100111101001111001011111111010001011110010110101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5974F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5974F2; }

 p { color: rgb(89,116,242); }

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

<style>
 a { background-color: #5974F2; }

 a { background-color: rgb(89,116,242); }

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

<style>
 span { border-color: #5974F2; }

 span { border-color: rgb(89,116,242); }

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