Html Css Color HEX #516ADB Royal Blue

📋 copy color: '#516ADB'

red 81 ◦ green 106 ◦ blue 219

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

Shades of Royal Blue #516ADB

Tints of Royal Blue #516ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 53.94%

R = 19.95%
G = 26.11%
B = 53.94%

CMYK

 C value IS 0.63

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#516ADB (or 0x516ADB) is known color: Royal Blue. HEX triplet: 51, 6A and DB. RGB value is (81,106,219). Sum of RGB (Red+Green+Blue) = 81+106+219=406 (53% of max value = 765). Red value is 81 (32.03% from 255 or 19.95% from 406); Green value is 106 (41.80% from 255 or 26.11% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #516ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516ADB is #AE9524. Grayscale: #6E6E6E. Windows color (decimal): -11441445 or 14379601. OLE color: 14379601.

HSL color Cylindrical-coordinate representation of color #516ADB: hue angle of 229.13º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #516ADB is Cyan = 0.63, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 81 106 219 -
CMYK 0.63 0.52 0 0.14
HSL 229.13º 0.66% 0.59% -
HSV(B) 229.13º 0.63% 0.86% -
XYZ 21.33 17.17 69.21 -
YUV 111.41 188.72 106.31 -
System Red Green Blue C M Y K H S L
Decimal 81 106 219 0.63 0.52 0 0.14 229.13 0.66 0.59
Hex 51 6A DB 3F 34 0 E E5 42 3B
Octal 121 152 333 77 64 0 16 345 102 73
Binary 1010001 1101010 11011011 111111 110100 0 1110 11100101 1000010 111011

Color Harmonies of #516ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516ADB

Black with #516ADB

Text Example


Text Example

White with #516ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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