Html Css Color HEX #516EDD Royal Blue

📋 copy color: '#516EDD'

red 81 ◦ green 110 ◦ blue 221

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

Shades of Royal Blue #516EDD

Tints of Royal Blue #516EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.64%

R = 19.66%
G = 26.7%
B = 53.64%

CMYK

 C value IS 0.63

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#516EDD (or 0x516EDD) is known color: Royal Blue. HEX triplet: 51, 6E and DD. RGB value is (81,110,221). Sum of RGB (Red+Green+Blue) = 81+110+221=412 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.66% from 412); Green value is 110 (43.36% from 255 or 26.70% from 412); Blue value is 221 (86.72% from 255 or 53.64% from 412); Max value from RGB is 221 - color contains mainly: blue. Hex color #516EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516EDD is #AE9122. Grayscale: #717171. Windows color (decimal): -11440419 or 14511697. OLE color: 14511697.

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

Color convert

RGB 81 110 221 -
CMYK 0.63 0.50 0 0.13
HSL 227.57º 0.67% 0.59% -
HSV(B) 227.57º 0.63% 0.87% -
XYZ 22.02 18.12 70.74 -
YUV 113.98 188.39 104.47 -
System Red Green Blue C M Y K H S L
Decimal 81 110 221 0.63 0.50 0 0.13 227.57 0.67 0.59
Hex 51 6E DD 3F 32 0 D E4 43 3B
Octal 121 156 335 77 62 0 15 344 103 73
Binary 1010001 1101110 11011101 111111 110010 0 1101 11100100 1000011 111011

Color Harmonies of #516EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516EDD

Black with #516EDD

Text Example


Text Example

White with #516EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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