Html Css Color HEX #516EFE Royal Blue

📋 copy color: '#516EFE'

red 81 ◦ green 110 ◦ blue 254

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

Shades of Royal Blue #516EFE

Tints of Royal Blue #516EFE

RGB

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

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

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

R = 18.2%
G = 24.72%
B = 57.08%

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

#516EFE (or 0x516EFE) is known color: Royal Blue. HEX triplet: 51, 6E and FE. RGB value is (81,110,254). Sum of RGB (Red+Green+Blue) = 81+110+254=445 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.20% from 445); Green value is 110 (43.36% from 255 or 24.72% from 445); Blue value is 254 (99.61% from 255 or 57.08% from 445); Max value from RGB is 254 - color contains mainly: blue. Hex color #516EFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #516EFE is #AE9101. Grayscale: #757575. Windows color (decimal): -11440386 or 16674385. OLE color: 16674385.

HSL color Cylindrical-coordinate representation of color #516EFE: hue angle of 229.94º 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 #516EFE is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 81 110 254 -
CMYK 0.68 0.57 0 0.00
HSL 229.94º 0.99% 0.66% -
HSV(B) 229.94º 0.68% 1% -
XYZ 26.86 20.06 96.22 -
YUV 117.75 204.89 101.79 -
System Red Green Blue C M Y K H S L
Decimal 81 110 254 0.68 0.57 0 0.00 229.94 0.99 0.66
Hex 51 6E FE 44 39 0 0 E6 63 42
Octal 121 156 376 104 71 0 0 346 143 102
Binary 1010001 1101110 11111110 1000100 111001 0 0 11100110 1100011 1000010

Color Harmonies of #516EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516EFE

Black with #516EFE

Text Example


Text Example

White with #516EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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