#516DF8

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

Shades of Royal Blue #516DF8

Tints of Royal Blue #516DF8

Color information

#516DF8 (or 0x516DF8) is unknown color: approx Royal Blue. HEX triplet: 51, 6D and F8. RGB value is (81,109,248). Sum of RGB (Red+Green+Blue) = 81+109+248=438 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.49% from 438); Green value is 109 (42.97% from 255 or 24.89% from 438); Blue value is 248 (97.27% from 255 or 56.62% from 438); Max value from RGB is 248 - color contains mainly: blue. Hex color #516DF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #516DF8 is #AE9207. Grayscale: #737373. Windows color (decimal): -11440648 or 16280913. OLE color: 16280913.

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

Color convert

RGB81109248-
CMYK0.670.5600.03
HSL229.94º92.27%64.51%-
HSV(B)229.94º67.34%97.25%-
XYZ25.8119.4691.2-
YUV116.47202.22102.7-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.49%
GREEN value IS 109 (42.97% from 255) = 24.89%
BLUE value IS 248 (97.27% from 255) = 56.62%
R=18.49%
G=24.89%
B=56.62%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal811092480.670.5600.03229.9492.2764.51
Hex516DF8433803e65c41
Octal1211553701037003346134101
Binary101000111011011111100010000111110000111110011010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516DF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,109,248); }

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

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

 a { background-color: rgb(81,109,248); }

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

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

 span { border-color: rgb(81,109,248); }

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