#506FF9

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

Shades of Royal Blue #506FF9

Tints of Royal Blue #506FF9

Color information

#506FF9 (or 0x506FF9) is unknown color: approx Royal Blue. HEX triplet: 50, 6F and F9. RGB value is (80,111,249). Sum of RGB (Red+Green+Blue) = 80+111+249=440 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.18% from 440); Green value is 111 (43.75% from 255 or 25.23% from 440); Blue value is 249 (97.66% from 255 or 56.59% from 440); Max value from RGB is 249 - color contains mainly: blue. Hex color #506FF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #506FF9 is #AF9006. Grayscale: #747474. Windows color (decimal): -11505671 or 16346960. OLE color: 16346960.

HSL color Cylindrical-coordinate representation of color #506FF9: hue angle of 228.99º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #506FF9 is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB80111249-
CMYK0.680.5500.02
HSL228.99º93.37%64.51%-
HSV(B)228.99º67.87%97.65%-
XYZ26.0919.9192.09-
YUV117.46202.23101.28-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.18%
GREEN value IS 111 (43.75% from 255) = 25.23%
BLUE value IS 249 (97.66% from 255) = 56.59%
R=18.18%
G=25.23%
B=56.59%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal801112490.680.5500.02228.9993.3764.51
Hex506FF9443702e55d41
Octal1201573711046702345135101
Binary101000011011111111100110001001101110101110010110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506FF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506FF9; }

 p { color: rgb(80,111,249); }

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

<style>
 a { background-color: #506FF9; }

 a { background-color: rgb(80,111,249); }

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

<style>
 span { border-color: #506FF9; }

 span { border-color: rgb(80,111,249); }

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