Html Css Color HEX #516FFE Royal Blue

📋 copy color: '#516FFE'

red 81 ◦ green 111 ◦ blue 254

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

Shades of Royal Blue #516FFE

Tints of Royal Blue #516FFE

RGB

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

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

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

R = 18.16%
G = 24.89%
B = 56.95%

CMYK

 C value IS 0.68

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#516FFE (or 0x516FFE) is known color: Royal Blue. HEX triplet: 51, 6F and FE. RGB value is (81,111,254). Sum of RGB (Red+Green+Blue) = 81+111+254=446 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.16% from 446); Green value is 111 (43.75% from 255 or 24.89% from 446); Blue value is 254 (99.61% from 255 or 56.95% from 446); Max value from RGB is 254 - color contains mainly: blue. Hex color #516FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #516FFE is #AE9001. Grayscale: #757575. Windows color (decimal): -11440130 or 16674641. OLE color: 16674641.

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

Color convert

RGB 81 111 254 -
CMYK 0.68 0.56 0 0.00
HSL 229.6º 0.99% 0.66% -
HSV(B) 229.6º 0.68% 1% -
XYZ 26.97 20.27 96.26 -
YUV 118.33 204.56 101.37 -
System Red Green Blue C M Y K H S L
Decimal 81 111 254 0.68 0.56 0 0.00 229.6 0.99 0.66
Hex 51 6F FE 44 38 0 0 E6 63 42
Octal 121 157 376 104 70 0 0 346 143 102
Binary 1010001 1101111 11111110 1000100 111000 0 0 11100110 1100011 1000010

Color Harmonies of #516FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516FFE

Black with #516FFE

Text Example


Text Example

White with #516FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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