Html Css Color HEX #516BD1 Royal Blue

📋 copy color: '#516BD1'

red 81 ◦ green 107 ◦ blue 209

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

Shades of Royal Blue #516BD1

Tints of Royal Blue #516BD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 52.64%

R = 20.4%
G = 26.95%
B = 52.64%

CMYK

 C value IS 0.61

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#516BD1 (or 0x516BD1) is known color: Royal Blue. HEX triplet: 51, 6B and D1. RGB value is (81,107,209). Sum of RGB (Red+Green+Blue) = 81+107+209=397 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.40% from 397); Green value is 107 (42.19% from 255 or 26.95% from 397); Blue value is 209 (82.03% from 255 or 52.64% from 397); Max value from RGB is 209 - color contains mainly: blue. Hex color #516BD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516BD1 is #AE942E. Grayscale: #6E6E6E. Windows color (decimal): -11441199 or 13724497. OLE color: 13724497.

HSL color Cylindrical-coordinate representation of color #516BD1: hue angle of 227.81º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #516BD1 is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 81 107 209 -
CMYK 0.61 0.49 0 0.18
HSL 227.81º 0.58% 0.57% -
HSV(B) 227.81º 0.61% 0.82% -
XYZ 20.16 16.87 62.51 -
YUV 110.85 183.39 106.71 -
System Red Green Blue C M Y K H S L
Decimal 81 107 209 0.61 0.49 0 0.18 227.81 0.58 0.57
Hex 51 6B D1 3D 31 0 12 E4 3A 39
Octal 121 153 321 75 61 0 22 344 72 71
Binary 1010001 1101011 11010001 111101 110001 0 10010 11100100 111010 111001

Color Harmonies of #516BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516BD1

Black with #516BD1

Text Example


Text Example

White with #516BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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