Html Css Color HEX #516DFE Royal Blue

📋 copy color: '#516DFE'

red 81 ◦ green 109 ◦ blue 254

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

Shades of Royal Blue #516DFE

Tints of Royal Blue #516DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 57.21%

R = 18.24%
G = 24.55%
B = 57.21%

CMYK

 C value IS 0.68

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#516DFE (or 0x516DFE) is known color: Royal Blue. HEX triplet: 51, 6D and FE. RGB value is (81,109,254). Sum of RGB (Red+Green+Blue) = 81+109+254=444 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.24% from 444); Green value is 109 (42.97% from 255 or 24.55% from 444); Blue value is 254 (99.61% from 255 or 57.21% from 444); Max value from RGB is 254 - color contains mainly: blue. Hex color #516DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #516DFE is #AE9201. Grayscale: #747474. Windows color (decimal): -11440642 or 16674129. OLE color: 16674129.

HSL color Cylindrical-coordinate representation of color #516DFE: hue angle of 230.29º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #516DFE is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 81 109 254 -
CMYK 0.68 0.57 0 0.00
HSL 230.29º 0.99% 0.66% -
HSV(B) 230.29º 0.68% 1% -
XYZ 26.75 19.84 96.19 -
YUV 117.16 205.22 102.21 -
System Red Green Blue C M Y K H S L
Decimal 81 109 254 0.68 0.57 0 0.00 230.29 0.99 0.66
Hex 51 6D FE 44 39 0 0 E6 63 42
Octal 121 155 376 104 71 0 0 346 143 102
Binary 1010001 1101101 11111110 1000100 111001 0 0 11100110 1100011 1000010

Color Harmonies of #516DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516DFE

Black with #516DFE

Text Example


Text Example

White with #516DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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