Html Css Color HEX #516ADC Royal Blue

📋 copy color: '#516ADC'

red 81 ◦ green 106 ◦ blue 220

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

Shades of Royal Blue #516ADC

Tints of Royal Blue #516ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 54.05%

R = 19.9%
G = 26.04%
B = 54.05%

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

#516ADC (or 0x516ADC) is known color: Royal Blue. HEX triplet: 51, 6A and DC. RGB value is (81,106,220). Sum of RGB (Red+Green+Blue) = 81+106+220=407 (53% of max value = 765). Red value is 81 (32.03% from 255 or 19.90% from 407); Green value is 106 (41.80% from 255 or 26.04% from 407); Blue value is 220 (86.33% from 255 or 54.05% from 407); Max value from RGB is 220 - color contains mainly: blue. Hex color #516ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516ADC is #AE9523. Grayscale: #6F6F6F. Windows color (decimal): -11441444 or 14445137. OLE color: 14445137.

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

Color convert

RGB 81 106 220 -
CMYK 0.63 0.52 0 0.14
HSL 229.21º 0.67% 0.59% -
HSV(B) 229.21º 0.63% 0.86% -
XYZ 21.47 17.22 69.9 -
YUV 111.52 189.22 106.23 -
System Red Green Blue C M Y K H S L
Decimal 81 106 220 0.63 0.52 0 0.14 229.21 0.67 0.59
Hex 51 6A DC 3F 34 0 E E5 43 3B
Octal 121 152 334 77 64 0 16 345 103 73
Binary 1010001 1101010 11011100 111111 110100 0 1110 11100101 1000011 111011

Color Harmonies of #516ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516ADC

Black with #516ADC

Text Example


Text Example

White with #516ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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