#5970DF

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

Shades of Royal Blue #5970DF

Tints of Royal Blue #5970DF

Color information

#5970DF (or 0x5970DF) is unknown color: approx Royal Blue. HEX triplet: 59, 70 and DF. RGB value is (89,112,223). Sum of RGB (Red+Green+Blue) = 89+112+223=424 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.99% from 424); Green value is 112 (44.14% from 255 or 26.42% from 424); Blue value is 223 (87.5% from 255 or 52.59% from 424); Max value from RGB is 223 - color contains mainly: blue. Hex color #5970DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5970DF is #A68F20. Grayscale: #757575. Windows color (decimal): -10915617 or 14643289. OLE color: 14643289.

HSL color Cylindrical-coordinate representation of color #5970DF: hue angle of 229.7º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5970DF is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB89112223-
CMYK0.600.5000.13
HSL229.7º67.68%61.18%-
HSV(B)229.7º60.09%87.45%-
XYZ23.2319.0472.26-
YUV117.78187.38107.47-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.99%
GREEN value IS 112 (44.14% from 255) = 26.42%
BLUE value IS 223 (87.5% from 255) = 52.59%
R=20.99%
G=26.42%
B=52.59%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal891122230.600.5000.13229.767.6861.18
Hex5970DF3C320De6443d
Octal131160337746201534610475
Binary101100111100001101111111110011001001101111001101000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5970DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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