#516FF9

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

Shades of Royal Blue #516FF9

Tints of Royal Blue #516FF9

Color information

#516FF9 (or 0x516FF9) is unknown color: approx Royal Blue. HEX triplet: 51, 6F and F9. RGB value is (81,111,249). Sum of RGB (Red+Green+Blue) = 81+111+249=441 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.37% from 441); Green value is 111 (43.75% from 255 or 25.17% from 441); Blue value is 249 (97.66% from 255 or 56.46% from 441); Max value from RGB is 249 - color contains mainly: blue. Hex color #516FF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #516FF9 is #AE9006. Grayscale: #757575. Windows color (decimal): -11440135 or 16346961. OLE color: 16346961.

HSL color Cylindrical-coordinate representation of color #516FF9: hue angle of 229.29º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #516FF9 is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB81111249-
CMYK0.670.5500.02
HSL229.29º93.33%64.71%-
HSV(B)229.29º67.47%97.65%-
XYZ26.1819.9692.1-
YUV117.76202.06101.78-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.37%
GREEN value IS 111 (43.75% from 255) = 25.17%
BLUE value IS 249 (97.66% from 255) = 56.46%
R=18.37%
G=25.17%
B=56.46%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal811112490.670.5500.02229.2993.3364.71
Hex516FF9433702e55d41
Octal1211573711036702345135101
Binary101000111011111111100110000111101110101110010110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516FF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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