Html Css Color HEX #516EEB Royal Blue

📋 copy color: '#516EEB'

red 81 ◦ green 110 ◦ blue 235

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

Shades of Royal Blue #516EEB

Tints of Royal Blue #516EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 55.16%

R = 19.01%
G = 25.82%
B = 55.16%

CMYK

 C value IS 0.66

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#516EEB (or 0x516EEB) is known color: Royal Blue. HEX triplet: 51, 6E and EB. RGB value is (81,110,235). Sum of RGB (Red+Green+Blue) = 81+110+235=426 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.01% from 426); Green value is 110 (43.36% from 255 or 25.82% from 426); Blue value is 235 (92.19% from 255 or 55.16% from 426); Max value from RGB is 235 - color contains mainly: blue. Hex color #516EEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #516EEB is #AE9114. Grayscale: #737373. Windows color (decimal): -11440405 or 15429201. OLE color: 15429201.

HSL color Cylindrical-coordinate representation of color #516EEB: hue angle of 228.7º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #516EEB is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 81 110 235 -
CMYK 0.66 0.53 0 0.08
HSL 228.7º 0.79% 0.62% -
HSV(B) 228.7º 0.66% 0.92% -
XYZ 23.96 18.9 80.98 -
YUV 115.58 195.39 103.34 -
System Red Green Blue C M Y K H S L
Decimal 81 110 235 0.66 0.53 0 0.08 228.7 0.79 0.62
Hex 51 6E EB 42 35 0 8 E5 4F 3E
Octal 121 156 353 102 65 0 10 345 117 76
Binary 1010001 1101110 11101011 1000010 110101 0 1000 11100101 1001111 111110

Color Harmonies of #516EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516EEB

Black with #516EEB

Text Example


Text Example

White with #516EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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