Html Css Color HEX #516AD0 Royal Blue

📋 copy color: '#516AD0'

red 81 ◦ green 106 ◦ blue 208

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

Shades of Royal Blue #516AD0

Tints of Royal Blue #516AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 52.66%

R = 20.51%
G = 26.84%
B = 52.66%

CMYK

 C value IS 0.61

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#516AD0 (or 0x516AD0) is known color: Royal Blue. HEX triplet: 51, 6A and D0. RGB value is (81,106,208). Sum of RGB (Red+Green+Blue) = 81+106+208=395 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.51% from 395); Green value is 106 (41.80% from 255 or 26.84% from 395); Blue value is 208 (81.64% from 255 or 52.66% from 395); Max value from RGB is 208 - color contains mainly: blue. Hex color #516AD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516AD0 is #AE952F. Grayscale: #6D6D6D. Windows color (decimal): -11441456 or 13658705. OLE color: 13658705.

HSL color Cylindrical-coordinate representation of color #516AD0: hue angle of 228.19º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #516AD0 is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 81 106 208 -
CMYK 0.61 0.49 0 0.18
HSL 228.19º 0.57% 0.57% -
HSV(B) 228.19º 0.61% 0.82% -
XYZ 19.93 16.61 61.83 -
YUV 110.15 183.22 107.21 -
System Red Green Blue C M Y K H S L
Decimal 81 106 208 0.61 0.49 0 0.18 228.19 0.57 0.57
Hex 51 6A D0 3D 31 0 12 E4 39 39
Octal 121 152 320 75 61 0 22 344 71 71
Binary 1010001 1101010 11010000 111101 110001 0 10010 11100100 111001 111001

Color Harmonies of #516AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516AD0

Black with #516AD0

Text Example


Text Example

White with #516AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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