#516BF7

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

Shades of Royal Blue #516BF7

Tints of Royal Blue #516BF7

Color information

#516BF7 (or 0x516BF7) is unknown color: approx Royal Blue. HEX triplet: 51, 6B and F7. RGB value is (81,107,247). Sum of RGB (Red+Green+Blue) = 81+107+247=435 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.62% from 435); Green value is 107 (42.19% from 255 or 24.60% from 435); Blue value is 247 (96.88% from 255 or 56.78% from 435); Max value from RGB is 247 - color contains mainly: blue. Hex color #516BF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #516BF7 is #AE9408. Grayscale: #727272. Windows color (decimal): -11441161 or 16214865. OLE color: 16214865.

HSL color Cylindrical-coordinate representation of color #516BF7: hue angle of 230.6º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #516BF7 is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB81107247-
CMYK0.670.5700.03
HSL230.6º91.21%64.31%-
HSV(B)230.6º67.21%96.86%-
XYZ25.4418.9890.32-
YUV115.19202.39103.62-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.62%
GREEN value IS 107 (42.19% from 255) = 24.60%
BLUE value IS 247 (96.88% from 255) = 56.78%
R=18.62%
G=24.60%
B=56.78%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal811072470.670.5700.03230.691.2164.31
Hex516BF7433903e75b40
Octal1211533671037103347133100
Binary101000111010111111011110000111110010111110011110110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516BF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516BF7; }

 p { color: rgb(81,107,247); }

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

<style>
 a { background-color: #516BF7; }

 a { background-color: rgb(81,107,247); }

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

<style>
 span { border-color: #516BF7; }

 span { border-color: rgb(81,107,247); }

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