Html Css Color HEX #516DF7 Royal Blue

📋 copy color: '#516DF7'

red 81 ◦ green 109 ◦ blue 247

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

Shades of Royal Blue #516DF7

Tints of Royal Blue #516DF7

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.94%

 BLUE value IS 247 (96.88% from 255) = 56.52%

R = 18.54%
G = 24.94%
B = 56.52%

CMYK

 C value IS 0.67

 M value IS 0.56

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#516DF7 (or 0x516DF7) is known color: Royal Blue. HEX triplet: 51, 6D and F7. RGB value is (81,109,247). Sum of RGB (Red+Green+Blue) = 81+109+247=437 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.54% from 437); Green value is 109 (42.97% from 255 or 24.94% from 437); Blue value is 247 (96.88% from 255 or 56.52% from 437); Max value from RGB is 247 - color contains mainly: blue. Hex color #516DF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #516DF7 is #AE9208. Grayscale: #737373. Windows color (decimal): -11440649 or 16215377. OLE color: 16215377.

HSL color Cylindrical-coordinate representation of color #516DF7: hue angle of 229.88º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #516DF7 is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 81 109 247 -
CMYK 0.67 0.56 0 0.03
HSL 229.88º 0.91% 0.64% -
HSV(B) 229.88º 0.67% 0.97% -
XYZ 25.65 19.4 90.39 -
YUV 116.36 201.72 102.78 -
System Red Green Blue C M Y K H S L
Decimal 81 109 247 0.67 0.56 0 0.03 229.88 0.91 0.64
Hex 51 6D F7 43 38 0 3 E6 5B 40
Octal 121 155 367 103 70 0 3 346 133 100
Binary 1010001 1101101 11110111 1000011 111000 0 11 11100110 1011011 1000000

Color Harmonies of #516DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516DF7

Black with #516DF7

Text Example


Text Example

White with #516DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,109,247); }

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

background-color css

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

 a { background-color: rgb(81,109,247); }

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

border-color css

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

 span { border-color: rgb(81,109,247); }

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