Html Css Color HEX #516EDA Royal Blue

📋 copy color: '#516EDA'

red 81 ◦ green 110 ◦ blue 218

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

Shades of Royal Blue #516EDA

Tints of Royal Blue #516EDA

RGB

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

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

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

R = 19.8%
G = 26.89%
B = 53.3%

CMYK

 C value IS 0.63

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#516EDA (or 0x516EDA) is known color: Royal Blue. HEX triplet: 51, 6E and DA. RGB value is (81,110,218). Sum of RGB (Red+Green+Blue) = 81+110+218=409 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.80% from 409); Green value is 110 (43.36% from 255 or 26.89% from 409); Blue value is 218 (85.55% from 255 or 53.30% from 409); Max value from RGB is 218 - color contains mainly: blue. Hex color #516EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516EDA is #AE9125. Grayscale: #717171. Windows color (decimal): -11440422 or 14315089. OLE color: 14315089.

HSL color Cylindrical-coordinate representation of color #516EDA: hue angle of 227.3º 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 #516EDA is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 81 110 218 -
CMYK 0.63 0.50 0 0.15
HSL 227.3º 0.65% 0.59% -
HSV(B) 227.3º 0.63% 0.85% -
XYZ 21.62 17.96 68.66 -
YUV 113.64 186.89 104.72 -
System Red Green Blue C M Y K H S L
Decimal 81 110 218 0.63 0.50 0 0.15 227.3 0.65 0.59
Hex 51 6E DA 3F 32 0 F E3 41 3B
Octal 121 156 332 77 62 0 17 343 101 73
Binary 1010001 1101110 11011010 111111 110010 0 1111 11100011 1000001 111011

Color Harmonies of #516EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516EDA

Black with #516EDA

Text Example


Text Example

White with #516EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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