Html Css Color HEX #516AE0 Royal Blue

📋 copy color: '#516AE0'

red 81 ◦ green 106 ◦ blue 224

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

Shades of Royal Blue #516AE0

Tints of Royal Blue #516AE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 54.5%

R = 19.71%
G = 25.79%
B = 54.5%

CMYK

 C value IS 0.64

 M value IS 0.53

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#516AE0 (or 0x516AE0) is known color: Royal Blue. HEX triplet: 51, 6A and E0. RGB value is (81,106,224). Sum of RGB (Red+Green+Blue) = 81+106+224=411 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.71% from 411); Green value is 106 (41.80% from 255 or 25.79% from 411); Blue value is 224 (87.89% from 255 or 54.50% from 411); Max value from RGB is 224 - color contains mainly: blue. Hex color #516AE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516AE0 is #AE951F. Grayscale: #6F6F6F. Windows color (decimal): -11441440 or 14707281. OLE color: 14707281.

HSL color Cylindrical-coordinate representation of color #516AE0: hue angle of 229.51º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #516AE0 is Cyan = 0.64, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 81 106 224 -
CMYK 0.64 0.53 0 0.12
HSL 229.51º 0.7% 0.6% -
HSV(B) 229.51º 0.64% 0.88% -
XYZ 22 17.44 72.73 -
YUV 111.98 191.22 105.91 -
System Red Green Blue C M Y K H S L
Decimal 81 106 224 0.64 0.53 0 0.12 229.51 0.7 0.6
Hex 51 6A E0 40 35 0 C E6 46 3C
Octal 121 152 340 100 65 0 14 346 106 74
Binary 1010001 1101010 11100000 1000000 110101 0 1100 11100110 1000110 111100

Color Harmonies of #516AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516AE0

Black with #516AE0

Text Example


Text Example

White with #516AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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