#5970DD

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

Shades of Royal Blue #5970DD

Tints of Royal Blue #5970DD

Color information

#5970DD (or 0x5970DD) is unknown color: approx Royal Blue. HEX triplet: 59, 70 and DD. RGB value is (89,112,221). Sum of RGB (Red+Green+Blue) = 89+112+221=422 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.09% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 221 (86.72% from 255 or 52.37% from 422); Max value from RGB is 221 - color contains mainly: blue. Hex color #5970DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5970DD is #A68F22. Grayscale: #757575. Windows color (decimal): -10915619 or 14512217. OLE color: 14512217.

HSL color Cylindrical-coordinate representation of color #5970DD: hue angle of 229.55º degrees, saturation: 0.66, 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 #5970DD is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB89112221-
CMYK0.600.4900.13
HSL229.55º66%60.78%-
HSV(B)229.55º59.73%86.67%-
XYZ22.9718.9370.85-
YUV117.55186.38107.64-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.09%
GREEN value IS 112 (44.14% from 255) = 26.54%
BLUE value IS 221 (86.72% from 255) = 52.37%
R=21.09%
G=26.54%
B=52.37%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal891122210.600.4900.13229.556660.78
Hex5970DD3C310De6423d
Octal131160335746101534610275
Binary101100111100001101110111110011000101101111001101000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5970DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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