Html Css Color HEX #516ECE Royal Blue

📋 copy color: '#516ECE'

red 81 ◦ green 110 ◦ blue 206

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

Shades of Royal Blue #516ECE

Tints of Royal Blue #516ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.89%

R = 20.4%
G = 27.71%
B = 51.89%

CMYK

 C value IS 0.61

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#516ECE (or 0x516ECE) is known color: Royal Blue. HEX triplet: 51, 6E and CE. RGB value is (81,110,206). Sum of RGB (Red+Green+Blue) = 81+110+206=397 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.40% from 397); Green value is 110 (43.36% from 255 or 27.71% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #516ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516ECE is #AE9131. Grayscale: #6F6F6F. Windows color (decimal): -11440434 or 13528657. OLE color: 13528657.

HSL color Cylindrical-coordinate representation of color #516ECE: hue angle of 226.08º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #516ECE is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 81 110 206 -
CMYK 0.61 0.47 0 0.19
HSL 226.08º 0.56% 0.56% -
HSV(B) 226.08º 0.61% 0.81% -
XYZ 20.11 17.36 60.68 -
YUV 112.27 180.89 105.69 -
System Red Green Blue C M Y K H S L
Decimal 81 110 206 0.61 0.47 0 0.19 226.08 0.56 0.56
Hex 51 6E CE 3D 2F 0 13 E2 38 38
Octal 121 156 316 75 57 0 23 342 70 70
Binary 1010001 1101110 11001110 111101 101111 0 10011 11100010 111000 111000

Color Harmonies of #516ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516ECE

Black with #516ECE

Text Example


Text Example

White with #516ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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