#556EF0

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

Shades of Royal Blue #556EF0

Tints of Royal Blue #556EF0

Color information

#556EF0 (or 0x556EF0) is unknown color: approx Royal Blue. HEX triplet: 55, 6E and F0. RGB value is (85,110,240). Sum of RGB (Red+Green+Blue) = 85+110+240=435 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.54% from 435); Green value is 110 (43.36% from 255 or 25.29% from 435); Blue value is 240 (94.14% from 255 or 55.17% from 435); Max value from RGB is 240 - color contains mainly: blue. Hex color #556EF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #556EF0 is #AA910F. Grayscale: #747474. Windows color (decimal): -11178256 or 15756885. OLE color: 15756885.

HSL color Cylindrical-coordinate representation of color #556EF0: hue angle of 230.32º 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 #556EF0 is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB85110240-
CMYK0.650.5400.06
HSL230.32º83.78%63.73%-
HSV(B)230.32º64.58%94.12%-
XYZ25.0519.3784.86-
YUV117.34197.22104.93-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.54%
GREEN value IS 110 (43.36% from 255) = 25.29%
BLUE value IS 240 (94.14% from 255) = 55.17%
R=19.54%
G=25.29%
B=55.17%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal851102400.650.5400.06230.3283.7863.73
Hex556EF0413606e65440
Octal1251563601016606346124100
Binary1010101110111011110000100000111011001101110011010101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556EF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556EF0; }

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

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

<style>
 a { background-color: #556EF0; }

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

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

<style>
 span { border-color: #556EF0; }

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

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