Html Css Color HEX #516CDB Royal Blue

📋 copy color: '#516CDB'

red 81 ◦ green 108 ◦ blue 219

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

Shades of Royal Blue #516CDB

Tints of Royal Blue #516CDB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.47%

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

R = 19.85%
G = 26.47%
B = 53.68%

CMYK

 C value IS 0.63

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#516CDB (or 0x516CDB) is known color: Royal Blue. HEX triplet: 51, 6C and DB. RGB value is (81,108,219). Sum of RGB (Red+Green+Blue) = 81+108+219=408 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.85% from 408); Green value is 108 (42.58% from 255 or 26.47% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #516CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516CDB is #AE9324. Grayscale: #707070. Windows color (decimal): -11440933 or 14380113. OLE color: 14380113.

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

Color convert

RGB 81 108 219 -
CMYK 0.63 0.51 0 0.14
HSL 228.26º 0.66% 0.59% -
HSV(B) 228.26º 0.63% 0.86% -
XYZ 21.54 17.59 69.28 -
YUV 112.58 188.05 105.47 -
System Red Green Blue C M Y K H S L
Decimal 81 108 219 0.63 0.51 0 0.14 228.26 0.66 0.59
Hex 51 6C DB 3F 33 0 E E4 42 3B
Octal 121 154 333 77 63 0 16 344 102 73
Binary 1010001 1101100 11011011 111111 110011 0 1110 11100100 1000010 111011

Color Harmonies of #516CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516CDB

Black with #516CDB

Text Example


Text Example

White with #516CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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