#506BF1

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

Shades of Royal Blue #506BF1

Tints of Royal Blue #506BF1

Color information

#506BF1 (or 0x506BF1) is unknown color: approx Royal Blue. HEX triplet: 50, 6B and F1. RGB value is (80,107,241). Sum of RGB (Red+Green+Blue) = 80+107+241=428 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.69% from 428); Green value is 107 (42.19% from 255 or 25% from 428); Blue value is 241 (94.53% from 255 or 56.31% from 428); Max value from RGB is 241 - color contains mainly: blue. Hex color #506BF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #506BF1 is #AF940E. Grayscale: #717171. Windows color (decimal): -11506703 or 15821648. OLE color: 15821648.

HSL color Cylindrical-coordinate representation of color #506BF1: hue angle of 229.94º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #506BF1 is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB80107241-
CMYK0.670.5600.05
HSL229.94º85.19%62.94%-
HSV(B)229.94º66.8%94.51%-
XYZ24.4418.5785.52-
YUV114.2199.55103.6-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.69%
GREEN value IS 107 (42.19% from 255) = 25%
BLUE value IS 241 (94.53% from 255) = 56.31%
R=18.69%
G=25%
B=56.31%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal801072410.670.5600.05229.9485.1962.94
Hex506BF1433805e6553f
Octal120153361103700534612577
Binary101000011010111111000110000111110000101111001101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,107,241); }

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

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

 a { background-color: rgb(80,107,241); }

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

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

 span { border-color: rgb(80,107,241); }

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