Html Css Color HEX #516FF7 Royal Blue

📋 copy color: '#516FF7'

red 81 ◦ green 111 ◦ blue 247

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

Shades of Royal Blue #516FF7

Tints of Royal Blue #516FF7

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.28%

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

R = 18.45%
G = 25.28%
B = 56.26%

CMYK

 C value IS 0.67

 M value IS 0.55

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#516FF7 (or 0x516FF7) is known color: Royal Blue. HEX triplet: 51, 6F and F7. RGB value is (81,111,247). Sum of RGB (Red+Green+Blue) = 81+111+247=439 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.45% from 439); Green value is 111 (43.75% from 255 or 25.28% from 439); Blue value is 247 (96.88% from 255 or 56.26% from 439); Max value from RGB is 247 - color contains mainly: blue. Hex color #516FF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #516FF7 is #AE9008. Grayscale: #747474. Windows color (decimal): -11440137 or 16215889. OLE color: 16215889.

HSL color Cylindrical-coordinate representation of color #516FF7: hue angle of 229.16º 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 #516FF7 is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 81 111 247 -
CMYK 0.67 0.55 0 0.03
HSL 229.16º 0.91% 0.64% -
HSV(B) 229.16º 0.67% 0.97% -
XYZ 25.87 19.83 90.46 -
YUV 117.53 201.06 101.94 -
System Red Green Blue C M Y K H S L
Decimal 81 111 247 0.67 0.55 0 0.03 229.16 0.91 0.64
Hex 51 6F F7 43 37 0 3 E5 5B 40
Octal 121 157 367 103 67 0 3 345 133 100
Binary 1010001 1101111 11110111 1000011 110111 0 11 11100101 1011011 1000000

Color Harmonies of #516FF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516FF7

Black with #516FF7

Text Example


Text Example

White with #516FF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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