Html Css Color HEX #516BE8 Royal Blue

📋 copy color: '#516BE8'

red 81 ◦ green 107 ◦ blue 232

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

Shades of Royal Blue #516BE8

Tints of Royal Blue #516BE8

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.48%

 BLUE value IS 232 (91.02% from 255) = 55.24%

R = 19.29%
G = 25.48%
B = 55.24%

CMYK

 C value IS 0.65

 M value IS 0.54

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#516BE8 (or 0x516BE8) is known color: Royal Blue. HEX triplet: 51, 6B and E8. RGB value is (81,107,232). Sum of RGB (Red+Green+Blue) = 81+107+232=420 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.29% from 420); Green value is 107 (42.19% from 255 or 25.48% from 420); Blue value is 232 (91.02% from 255 or 55.24% from 420); Max value from RGB is 232 - color contains mainly: blue. Hex color #516BE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #516BE8 is #AE9417. Grayscale: #707070. Windows color (decimal): -11441176 or 15231825. OLE color: 15231825.

HSL color Cylindrical-coordinate representation of color #516BE8: hue angle of 229.67º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #516BE8 is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 81 107 232 -
CMYK 0.65 0.54 0 0.09
HSL 229.67º 0.77% 0.61% -
HSV(B) 229.67º 0.65% 0.91% -
XYZ 23.22 18.09 78.61 -
YUV 113.48 194.89 104.84 -
System Red Green Blue C M Y K H S L
Decimal 81 107 232 0.65 0.54 0 0.09 229.67 0.77 0.61
Hex 51 6B E8 41 36 0 9 E6 4D 3D
Octal 121 153 350 101 66 0 11 346 115 75
Binary 1010001 1101011 11101000 1000001 110110 0 1001 11100110 1001101 111101

Color Harmonies of #516BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516BE8

Black with #516BE8

Text Example


Text Example

White with #516BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,107,232); }

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

background-color css

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

 a { background-color: rgb(81,107,232); }

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

border-color css

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

 span { border-color: rgb(81,107,232); }

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