Html Css Color HEX #516DE0 Royal Blue

📋 copy color: '#516DE0'

red 81 ◦ green 109 ◦ blue 224

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

Shades of Royal Blue #516DE0

Tints of Royal Blue #516DE0

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.33%

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

R = 19.57%
G = 26.33%
B = 54.11%

CMYK

 C value IS 0.64

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#516DE0 (or 0x516DE0) is known color: Royal Blue. HEX triplet: 51, 6D and E0. RGB value is (81,109,224). Sum of RGB (Red+Green+Blue) = 81+109+224=414 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.57% from 414); Green value is 109 (42.97% from 255 or 26.33% from 414); Blue value is 224 (87.89% from 255 or 54.11% from 414); Max value from RGB is 224 - color contains mainly: blue. Hex color #516DE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516DE0 is #AE921F. Grayscale: #717171. Windows color (decimal): -11440672 or 14708049. OLE color: 14708049.

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

Color convert

RGB 81 109 224 -
CMYK 0.64 0.51 0 0.12
HSL 228.25º 0.7% 0.6% -
HSV(B) 228.25º 0.64% 0.88% -
XYZ 22.32 18.07 72.83 -
YUV 113.74 190.22 104.65 -
System Red Green Blue C M Y K H S L
Decimal 81 109 224 0.64 0.51 0 0.12 228.25 0.7 0.6
Hex 51 6D E0 40 33 0 C E4 46 3C
Octal 121 155 340 100 63 0 14 344 106 74
Binary 1010001 1101101 11100000 1000000 110011 0 1100 11100100 1000110 111100

Color Harmonies of #516DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516DE0

Black with #516DE0

Text Example


Text Example

White with #516DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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