#516BDA

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

Shades of Royal Blue #516BDA

Tints of Royal Blue #516BDA

Color information

#516BDA (or 0x516BDA) is unknown color: approx Royal Blue. HEX triplet: 51, 6B and DA. RGB value is (81,107,218). Sum of RGB (Red+Green+Blue) = 81+107+218=406 (53% of max value = 765). Red value is 81 (32.03% from 255 or 19.95% from 406); Green value is 107 (42.19% from 255 or 26.35% from 406); Blue value is 218 (85.55% from 255 or 53.69% from 406); Max value from RGB is 218 - color contains mainly: blue. Hex color #516BDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516BDA is #AE9425. Grayscale: #6F6F6F. Windows color (decimal): -11441190 or 14314321. OLE color: 14314321.

HSL color Cylindrical-coordinate representation of color #516BDA: hue angle of 228.61º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #516BDA is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB81107218-
CMYK0.630.5100.15
HSL228.61º64.93%58.63%-
HSV(B)228.61º62.84%85.49%-
XYZ21.3117.3368.55-
YUV111.88187.89105.97-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.95%
GREEN value IS 107 (42.19% from 255) = 26.35%
BLUE value IS 218 (85.55% from 255) = 53.69%
R=19.95%
G=26.35%
B=53.69%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal811072180.630.5100.15228.6164.9358.63
Hex516BDA3F330Fe5413b
Octal121153332776301734510173
Binary101000111010111101101011111111001101111111001011000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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