Html Css Color HEX #516BD6 Royal Blue

📋 copy color: '#516BD6'

red 81 ◦ green 107 ◦ blue 214

#516BD6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #516BD6

Tints of Royal Blue #516BD6

RGB

 RED value IS 81 (32.03% from 255) = 20.15%

 GREEN value IS 107 (42.19% from 255) = 26.62%

 BLUE value IS 214 (83.98% from 255) = 53.23%

R = 20.15%
G = 26.62%
B = 53.23%

CMYK

 C value IS 0.62

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#516BD6 (or 0x516BD6) is known color: Royal Blue. HEX triplet: 51, 6B and D6. RGB value is (81,107,214). Sum of RGB (Red+Green+Blue) = 81+107+214=402 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.15% from 402); Green value is 107 (42.19% from 255 or 26.62% from 402); Blue value is 214 (83.98% from 255 or 53.23% from 402); Max value from RGB is 214 - color contains mainly: blue. Hex color #516BD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516BD6 is #AE9429. Grayscale: #6E6E6E. Windows color (decimal): -11441194 or 14052177. OLE color: 14052177.

HSL color Cylindrical-coordinate representation of color #516BD6: hue angle of 228.27º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #516BD6 is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 81 107 214 -
CMYK 0.62 0.50 0 0.16
HSL 228.27º 0.62% 0.58% -
HSV(B) 228.27º 0.62% 0.84% -
XYZ 20.79 17.12 65.83 -
YUV 111.42 185.89 106.3 -
System Red Green Blue C M Y K H S L
Decimal 81 107 214 0.62 0.50 0 0.16 228.27 0.62 0.58
Hex 51 6B D6 3E 32 0 10 E4 3E 3A
Octal 121 153 326 76 62 0 20 344 76 72
Binary 1010001 1101011 11010110 111110 110010 0 10000 11100100 111110 111010

Color Harmonies of #516BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516BD6

Black with #516BD6

Text Example


Text Example

White with #516BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #516BD6;
 }
 .AnyTagClassName
 {
   color: #516BD6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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