Html Css Color HEX #516AD7 Royal Blue

📋 copy color: '#516AD7'

red 81 ◦ green 106 ◦ blue 215

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

Shades of Royal Blue #516AD7

Tints of Royal Blue #516AD7

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.37%

 BLUE value IS 215 (84.38% from 255) = 53.48%

R = 20.15%
G = 26.37%
B = 53.48%

CMYK

 C value IS 0.62

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#516AD7 (or 0x516AD7) is known color: Royal Blue. HEX triplet: 51, 6A and D7. RGB value is (81,106,215). Sum of RGB (Red+Green+Blue) = 81+106+215=402 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.15% from 402); Green value is 106 (41.80% from 255 or 26.37% from 402); Blue value is 215 (84.38% from 255 or 53.48% from 402); Max value from RGB is 215 - color contains mainly: blue. Hex color #516AD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516AD7 is #AE9528. Grayscale: #6E6E6E. Windows color (decimal): -11441449 or 14117457. OLE color: 14117457.

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

Color convert

RGB 81 106 215 -
CMYK 0.62 0.51 0 0.16
HSL 228.81º 0.63% 0.58% -
HSV(B) 228.81º 0.62% 0.84% -
XYZ 20.81 16.96 66.47 -
YUV 110.95 186.72 106.64 -
System Red Green Blue C M Y K H S L
Decimal 81 106 215 0.62 0.51 0 0.16 228.81 0.63 0.58
Hex 51 6A D7 3E 33 0 10 E5 3F 3A
Octal 121 152 327 76 63 0 20 345 77 72
Binary 1010001 1101010 11010111 111110 110011 0 10000 11100101 111111 111010

Color Harmonies of #516AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516AD7

Black with #516AD7

Text Example


Text Example

White with #516AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,106,215); }

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

background-color css

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

 a { background-color: rgb(81,106,215); }

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

border-color css

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

 span { border-color: rgb(81,106,215); }

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