Html Css Color HEX #516EDE Royal Blue

📋 copy color: '#516EDE'

red 81 ◦ green 110 ◦ blue 222

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

Shades of Royal Blue #516EDE

Tints of Royal Blue #516EDE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.63%

 BLUE value IS 222 (87.11% from 255) = 53.75%

R = 19.61%
G = 26.63%
B = 53.75%

CMYK

 C value IS 0.64

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#516EDE (or 0x516EDE) is known color: Royal Blue. HEX triplet: 51, 6E and DE. RGB value is (81,110,222). Sum of RGB (Red+Green+Blue) = 81+110+222=413 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.61% from 413); Green value is 110 (43.36% from 255 or 26.63% from 413); Blue value is 222 (87.11% from 255 or 53.75% from 413); Max value from RGB is 222 - color contains mainly: blue. Hex color #516EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516EDE is #AE9121. Grayscale: #717171. Windows color (decimal): -11440418 or 14577233. OLE color: 14577233.

HSL color Cylindrical-coordinate representation of color #516EDE: hue angle of 227.66º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #516EDE is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 81 110 222 -
CMYK 0.64 0.50 0 0.13
HSL 227.66º 0.68% 0.59% -
HSV(B) 227.66º 0.64% 0.87% -
XYZ 22.15 18.18 71.45 -
YUV 114.1 188.89 104.39 -
System Red Green Blue C M Y K H S L
Decimal 81 110 222 0.64 0.50 0 0.13 227.66 0.68 0.59
Hex 51 6E DE 40 32 0 D E4 44 3B
Octal 121 156 336 100 62 0 15 344 104 73
Binary 1010001 1101110 11011110 1000000 110010 0 1101 11100100 1000100 111011

Color Harmonies of #516EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516EDE

Black with #516EDE

Text Example


Text Example

White with #516EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,110,222); }

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

background-color css

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

 a { background-color: rgb(81,110,222); }

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

border-color css

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

 span { border-color: rgb(81,110,222); }

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