Html Css Color HEX #516EDB Royal Blue

📋 copy color: '#516EDB'

red 81 ◦ green 110 ◦ blue 219

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

Shades of Royal Blue #516EDB

Tints of Royal Blue #516EDB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.83%

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

R = 19.76%
G = 26.83%
B = 53.41%

CMYK

 C value IS 0.63

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#516EDB (or 0x516EDB) is known color: Royal Blue. HEX triplet: 51, 6E and DB. RGB value is (81,110,219). Sum of RGB (Red+Green+Blue) = 81+110+219=410 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.76% from 410); Green value is 110 (43.36% from 255 or 26.83% from 410); Blue value is 219 (85.94% from 255 or 53.41% from 410); Max value from RGB is 219 - color contains mainly: blue. Hex color #516EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516EDB is #AE9124. Grayscale: #717171. Windows color (decimal): -11440421 or 14380625. OLE color: 14380625.

HSL color Cylindrical-coordinate representation of color #516EDB: hue angle of 227.39º 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 #516EDB is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 81 110 219 -
CMYK 0.63 0.50 0 0.14
HSL 227.39º 0.66% 0.59% -
HSV(B) 227.39º 0.63% 0.86% -
XYZ 21.76 18.02 69.35 -
YUV 113.76 187.39 104.64 -
System Red Green Blue C M Y K H S L
Decimal 81 110 219 0.63 0.50 0 0.14 227.39 0.66 0.59
Hex 51 6E DB 3F 32 0 E E3 42 3B
Octal 121 156 333 77 62 0 16 343 102 73
Binary 1010001 1101110 11011011 111111 110010 0 1110 11100011 1000010 111011

Color Harmonies of #516EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516EDB

Black with #516EDB

Text Example


Text Example

White with #516EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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