#506CF5

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

Shades of Royal Blue #506CF5

Tints of Royal Blue #506CF5

Color information

#506CF5 (or 0x506CF5) is unknown color: approx Royal Blue. HEX triplet: 50, 6C and F5. RGB value is (80,108,245). Sum of RGB (Red+Green+Blue) = 80+108+245=433 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.48% from 433); Green value is 108 (42.58% from 255 or 24.94% from 433); Blue value is 245 (96.09% from 255 or 56.58% from 433); Max value from RGB is 245 - color contains mainly: blue. Hex color #506CF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #506CF5 is #AF930A. Grayscale: #727272. Windows color (decimal): -11506443 or 16084048. OLE color: 16084048.

HSL color Cylindrical-coordinate representation of color #506CF5: hue angle of 229.82º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #506CF5 is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB80108245-
CMYK0.670.5600.04
HSL229.82º89.19%63.73%-
HSV(B)229.82º67.35%96.08%-
XYZ25.1519.0288.73-
YUV115.25201.22102.86-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.48%
GREEN value IS 108 (42.58% from 255) = 24.94%
BLUE value IS 245 (96.09% from 255) = 56.58%
R=18.48%
G=24.94%
B=56.58%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal801082450.670.5600.04229.8289.1963.73
Hex506CF5433804e65940
Octal1201543651037004346131100
Binary1010000110110011110101100001111100001001110011010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506CF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,108,245); }

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

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

 a { background-color: rgb(80,108,245); }

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

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

 span { border-color: rgb(80,108,245); }

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