#5570FA

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

Shades of Royal Blue #5570FA

Tints of Royal Blue #5570FA

Color information

#5570FA (or 0x5570FA) is unknown color: approx Royal Blue. HEX triplet: 55, 70 and FA. RGB value is (85,112,250). Sum of RGB (Red+Green+Blue) = 85+112+250=447 (59% of max value = 765). Red value is 85 (33.59% from 255 or 19.02% from 447); Green value is 112 (44.14% from 255 or 25.06% from 447); Blue value is 250 (98.05% from 255 or 55.93% from 447); Max value from RGB is 250 - color contains mainly: blue. Hex color #5570FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5570FA is #AA8F05. Grayscale: #777777. Windows color (decimal): -11177734 or 16412757. OLE color: 16412757.

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

Color convert

RGB85112250-
CMYK0.660.5500.02
HSL230.18º94.29%65.69%-
HSV(B)230.18º66%98.04%-
XYZ26.820.4292.97-
YUV119.66201.55103.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.02%
GREEN value IS 112 (44.14% from 255) = 25.06%
BLUE value IS 250 (98.05% from 255) = 55.93%
R=19.02%
G=25.06%
B=55.93%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal851122500.660.5500.02230.1894.2965.69
Hex5570FA423702e65e42
Octal1251603721026702346136102
Binary101010111100001111101010000101101110101110011010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5570FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5570FA; }

 p { color: rgb(85,112,250); }

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

<style>
 a { background-color: #5570FA; }

 a { background-color: rgb(85,112,250); }

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

<style>
 span { border-color: #5570FA; }

 span { border-color: rgb(85,112,250); }

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