Html Css Color HEX #516BE7 Royal Blue

📋 copy color: '#516BE7'

red 81 ◦ green 107 ◦ blue 231

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

Shades of Royal Blue #516BE7

Tints of Royal Blue #516BE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 55.13%

R = 19.33%
G = 25.54%
B = 55.13%

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

#516BE7 (or 0x516BE7) is known color: Royal Blue. HEX triplet: 51, 6B and E7. RGB value is (81,107,231). Sum of RGB (Red+Green+Blue) = 81+107+231=419 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.33% from 419); Green value is 107 (42.19% from 255 or 25.54% from 419); Blue value is 231 (90.62% from 255 or 55.13% from 419); Max value from RGB is 231 - color contains mainly: blue. Hex color #516BE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #516BE7 is #AE9418. Grayscale: #707070. Windows color (decimal): -11441177 or 15166289. OLE color: 15166289.

HSL color Cylindrical-coordinate representation of color #516BE7: hue angle of 229.6º degrees, saturation: 0.76, 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 #516BE7 is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 81 107 231 -
CMYK 0.65 0.54 0 0.09
HSL 229.6º 0.76% 0.61% -
HSV(B) 229.6º 0.65% 0.91% -
XYZ 23.07 18.03 77.87 -
YUV 113.36 194.39 104.92 -
System Red Green Blue C M Y K H S L
Decimal 81 107 231 0.65 0.54 0 0.09 229.6 0.76 0.61
Hex 51 6B E7 41 36 0 9 E6 4C 3D
Octal 121 153 347 101 66 0 11 346 114 75
Binary 1010001 1101011 11100111 1000001 110110 0 1001 11100110 1001100 111101

Color Harmonies of #516BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516BE7

Black with #516BE7

Text Example


Text Example

White with #516BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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