Html Css Color HEX #516EF0 Royal Blue

📋 copy color: '#516EF0'

red 81 ◦ green 110 ◦ blue 240

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

Shades of Royal Blue #516EF0

Tints of Royal Blue #516EF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 55.68%

R = 18.79%
G = 25.52%
B = 55.68%

CMYK

 C value IS 0.66

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#516EF0 (or 0x516EF0) is known color: Royal Blue. HEX triplet: 51, 6E and F0. RGB value is (81,110,240). Sum of RGB (Red+Green+Blue) = 81+110+240=431 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.79% from 431); Green value is 110 (43.36% from 255 or 25.52% from 431); Blue value is 240 (94.14% from 255 or 55.68% from 431); Max value from RGB is 240 - color contains mainly: blue. Hex color #516EF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #516EF0 is #AE910F. Grayscale: #737373. Windows color (decimal): -11440400 or 15756881. OLE color: 15756881.

HSL color Cylindrical-coordinate representation of color #516EF0: hue angle of 229.06º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #516EF0 is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 81 110 240 -
CMYK 0.66 0.54 0 0.06
HSL 229.06º 0.84% 0.63% -
HSV(B) 229.06º 0.66% 0.94% -
XYZ 24.7 19.19 84.84 -
YUV 116.15 197.89 102.93 -
System Red Green Blue C M Y K H S L
Decimal 81 110 240 0.66 0.54 0 0.06 229.06 0.84 0.63
Hex 51 6E F0 42 36 0 6 E5 54 3F
Octal 121 156 360 102 66 0 6 345 124 77
Binary 1010001 1101110 11110000 1000010 110110 0 110 11100101 1010100 111111

Color Harmonies of #516EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516EF0

Black with #516EF0

Text Example


Text Example

White with #516EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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