#516FF2

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

Shades of Royal Blue #516FF2

Tints of Royal Blue #516FF2

Color information

#516FF2 (or 0x516FF2) is unknown color: approx Royal Blue. HEX triplet: 51, 6F and F2. RGB value is (81,111,242). Sum of RGB (Red+Green+Blue) = 81+111+242=434 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.66% from 434); Green value is 111 (43.75% from 255 or 25.58% from 434); Blue value is 242 (94.92% from 255 or 55.76% from 434); Max value from RGB is 242 - color contains mainly: blue. Hex color #516FF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #516FF2 is #AE900D. Grayscale: #747474. Windows color (decimal): -11440142 or 15888209. OLE color: 15888209.

HSL color Cylindrical-coordinate representation of color #516FF2: hue angle of 228.82º degrees, saturation: 0.86, 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 #516FF2 is Cyan = 0.67, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB81111242-
CMYK0.670.5400.05
HSL228.82º86.1%63.33%-
HSV(B)228.82º66.53%94.9%-
XYZ25.119.5386.45-
YUV116.96198.56102.35-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.66%
GREEN value IS 111 (43.75% from 255) = 25.58%
BLUE value IS 242 (94.92% from 255) = 55.76%
R=18.66%
G=25.58%
B=55.76%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal811112420.670.5400.05228.8286.163.33
Hex516FF2433605e5563f
Octal121157362103660534512677
Binary101000111011111111001010000111101100101111001011010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,111,242); }

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

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

 a { background-color: rgb(81,111,242); }

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

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

 span { border-color: rgb(81,111,242); }

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