#5570F0

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

Shades of Royal Blue #5570F0

Tints of Royal Blue #5570F0

Color information

#5570F0 (or 0x5570F0) is unknown color: approx Royal Blue. HEX triplet: 55, 70 and F0. RGB value is (85,112,240). Sum of RGB (Red+Green+Blue) = 85+112+240=437 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.45% from 437); Green value is 112 (44.14% from 255 or 25.63% from 437); Blue value is 240 (94.14% from 255 or 54.92% from 437); Max value from RGB is 240 - color contains mainly: blue. Hex color #5570F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5570F0 is #AA8F0F. Grayscale: #757575. Windows color (decimal): -11177744 or 15757397. OLE color: 15757397.

HSL color Cylindrical-coordinate representation of color #5570F0: hue angle of 229.55º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5570F0 is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB85112240-
CMYK0.650.5300.06
HSL229.55º83.78%63.73%-
HSV(B)229.55º64.58%94.12%-
XYZ25.2719.8184.93-
YUV118.52196.55104.09-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.45%
GREEN value IS 112 (44.14% from 255) = 25.63%
BLUE value IS 240 (94.14% from 255) = 54.92%
R=19.45%
G=25.63%
B=54.92%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal851122400.650.5300.06229.5583.7863.73
Hex5570F0413506e65440
Octal1251603601016506346124100
Binary1010101111000011110000100000111010101101110011010101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5570F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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