Html Css Color HEX #516ED6 Royal Blue

📋 copy color: '#516ED6'

red 81 ◦ green 110 ◦ blue 214

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

Shades of Royal Blue #516ED6

Tints of Royal Blue #516ED6

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.16%

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

R = 20%
G = 27.16%
B = 52.84%

CMYK

 C value IS 0.62

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#516ED6 (or 0x516ED6) is known color: Royal Blue. HEX triplet: 51, 6E and D6. RGB value is (81,110,214). Sum of RGB (Red+Green+Blue) = 81+110+214=405 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20% from 405); Green value is 110 (43.36% from 255 or 27.16% from 405); Blue value is 214 (83.98% from 255 or 52.84% from 405); Max value from RGB is 214 - color contains mainly: blue. Hex color #516ED6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516ED6 is #AE9129. Grayscale: #707070. Windows color (decimal): -11440426 or 14052945. OLE color: 14052945.

HSL color Cylindrical-coordinate representation of color #516ED6: hue angle of 226.92º 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 #516ED6 is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 81 110 214 -
CMYK 0.62 0.49 0 0.16
HSL 226.92º 0.62% 0.58% -
HSV(B) 226.92º 0.62% 0.84% -
XYZ 21.11 17.76 65.93 -
YUV 113.19 184.89 105.04 -
System Red Green Blue C M Y K H S L
Decimal 81 110 214 0.62 0.49 0 0.16 226.92 0.62 0.58
Hex 51 6E D6 3E 31 0 10 E3 3E 3A
Octal 121 156 326 76 61 0 20 343 76 72
Binary 1010001 1101110 11010110 111110 110001 0 10000 11100011 111110 111010

Color Harmonies of #516ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516ED6

Black with #516ED6

Text Example


Text Example

White with #516ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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