Html Css Color HEX #516DCD Royal Blue

📋 copy color: '#516DCD'

red 81 ◦ green 109 ◦ blue 205

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

Shades of Royal Blue #516DCD

Tints of Royal Blue #516DCD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.59%

 BLUE value IS 205 (80.47% from 255) = 51.9%

R = 20.51%
G = 27.59%
B = 51.9%

CMYK

 C value IS 0.60

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#516DCD (or 0x516DCD) is known color: Royal Blue. HEX triplet: 51, 6D and CD. RGB value is (81,109,205). Sum of RGB (Red+Green+Blue) = 81+109+205=395 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.51% from 395); Green value is 109 (42.97% from 255 or 27.59% from 395); Blue value is 205 (80.47% from 255 or 51.90% from 395); Max value from RGB is 205 - color contains mainly: blue. Hex color #516DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516DCD is #AE9232. Grayscale: #6F6F6F. Windows color (decimal): -11440691 or 13462865. OLE color: 13462865.

HSL color Cylindrical-coordinate representation of color #516DCD: hue angle of 226.45º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #516DCD is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 81 109 205 -
CMYK 0.60 0.47 0 0.20
HSL 226.45º 0.55% 0.56% -
HSV(B) 226.45º 0.6% 0.8% -
XYZ 19.88 17.09 60.01 -
YUV 111.57 180.72 106.19 -
System Red Green Blue C M Y K H S L
Decimal 81 109 205 0.60 0.47 0 0.20 226.45 0.55 0.56
Hex 51 6D CD 3C 2F 0 14 E2 37 38
Octal 121 155 315 74 57 0 24 342 67 70
Binary 1010001 1101101 11001101 111100 101111 0 10100 11100010 110111 111000

Color Harmonies of #516DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516DCD

Black with #516DCD

Text Example


Text Example

White with #516DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,109,205); }

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

background-color css

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

 a { background-color: rgb(81,109,205); }

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

border-color css

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

 span { border-color: rgb(81,109,205); }

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