Html Css Color HEX #516BD5 Royal Blue

📋 copy color: '#516BD5'

red 81 ◦ green 107 ◦ blue 213

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

Shades of Royal Blue #516BD5

Tints of Royal Blue #516BD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 53.12%

R = 20.2%
G = 26.68%
B = 53.12%

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

#516BD5 (or 0x516BD5) is known color: Royal Blue. HEX triplet: 51, 6B and D5. RGB value is (81,107,213). Sum of RGB (Red+Green+Blue) = 81+107+213=401 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.20% from 401); Green value is 107 (42.19% from 255 or 26.68% from 401); Blue value is 213 (83.59% from 255 or 53.12% from 401); Max value from RGB is 213 - color contains mainly: blue. Hex color #516BD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516BD5 is #AE942A. Grayscale: #6E6E6E. Windows color (decimal): -11441195 or 13986641. OLE color: 13986641.

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

Color convert

RGB 81 107 213 -
CMYK 0.62 0.50 0 0.16
HSL 228.18º 0.61% 0.58% -
HSV(B) 228.18º 0.62% 0.84% -
XYZ 20.66 17.07 65.16 -
YUV 111.31 185.39 106.38 -
System Red Green Blue C M Y K H S L
Decimal 81 107 213 0.62 0.50 0 0.16 228.18 0.61 0.58
Hex 51 6B D5 3E 32 0 10 E4 3D 3A
Octal 121 153 325 76 62 0 20 344 75 72
Binary 1010001 1101011 11010101 111110 110010 0 10000 11100100 111101 111010

Color Harmonies of #516BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516BD5

Black with #516BD5

Text Example


Text Example

White with #516BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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