#506AF3

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

Shades of Royal Blue #506AF3

Tints of Royal Blue #506AF3

Color information

#506AF3 (or 0x506AF3) is unknown color: approx Royal Blue. HEX triplet: 50, 6A and F3. RGB value is (80,106,243). Sum of RGB (Red+Green+Blue) = 80+106+243=429 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.65% from 429); Green value is 106 (41.80% from 255 or 24.71% from 429); Blue value is 243 (95.31% from 255 or 56.64% from 429); Max value from RGB is 243 - color contains mainly: blue. Hex color #506AF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #506AF3 is #AF950C. Grayscale: #717171. Windows color (decimal): -11506957 or 15952464. OLE color: 15952464.

HSL color Cylindrical-coordinate representation of color #506AF3: hue angle of 230.43º degrees, saturation: 0.87, 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 #506AF3 is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB80106243-
CMYK0.670.5600.05
HSL230.43º87.17%63.33%-
HSV(B)230.43º67.08%95.29%-
XYZ24.6418.4887.06-
YUV113.84200.89103.86-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.65%
GREEN value IS 106 (41.80% from 255) = 24.71%
BLUE value IS 243 (95.31% from 255) = 56.64%
R=18.65%
G=24.71%
B=56.64%

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
Decimal801062430.670.5600.05230.4387.1763.33
Hex506AF3433805e6573f
Octal120152363103700534612777
Binary101000011010101111001110000111110000101111001101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506AF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,106,243); }

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

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

 a { background-color: rgb(80,106,243); }

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

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

 span { border-color: rgb(80,106,243); }

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