Html Css Color HEX #516ADA Royal Blue

📋 copy color: '#516ADA'

red 81 ◦ green 106 ◦ blue 218

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

Shades of Royal Blue #516ADA

Tints of Royal Blue #516ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 53.83%

R = 20%
G = 26.17%
B = 53.83%

CMYK

 C value IS 0.63

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#516ADA (or 0x516ADA) is known color: Royal Blue. HEX triplet: 51, 6A and DA. RGB value is (81,106,218). Sum of RGB (Red+Green+Blue) = 81+106+218=405 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20% from 405); Green value is 106 (41.80% from 255 or 26.17% from 405); Blue value is 218 (85.55% from 255 or 53.83% from 405); Max value from RGB is 218 - color contains mainly: blue. Hex color #516ADA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516ADA is #AE9525. Grayscale: #6E6E6E. Windows color (decimal): -11441446 or 14314065. OLE color: 14314065.

HSL color Cylindrical-coordinate representation of color #516ADA: hue angle of 229.05º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #516ADA is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 81 106 218 -
CMYK 0.63 0.51 0 0.15
HSL 229.05º 0.65% 0.59% -
HSV(B) 229.05º 0.63% 0.85% -
XYZ 21.2 17.12 68.52 -
YUV 111.29 188.22 106.39 -
System Red Green Blue C M Y K H S L
Decimal 81 106 218 0.63 0.51 0 0.15 229.05 0.65 0.59
Hex 51 6A DA 3F 33 0 F E5 41 3B
Octal 121 152 332 77 63 0 17 345 101 73
Binary 1010001 1101010 11011010 111111 110011 0 1111 11100101 1000001 111011

Color Harmonies of #516ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516ADA

Black with #516ADA

Text Example


Text Example

White with #516ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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