Html Css Color HEX #516EFF Royal Blue

📋 copy color: '#516EFF'

red 81 ◦ green 110 ◦ blue 255

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

Shades of Royal Blue #516EFF

Tints of Royal Blue #516EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 57.17%

R = 18.16%
G = 24.66%
B = 57.17%

CMYK

 C value IS 0.68

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#516EFF (or 0x516EFF) is known color: Royal Blue. HEX triplet: 51, 6E and FF. RGB value is (81,110,255). Sum of RGB (Red+Green+Blue) = 81+110+255=446 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.16% from 446); Green value is 110 (43.36% from 255 or 24.66% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #516EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #516EFF is #AE9100. Grayscale: #757575. Windows color (decimal): -11440385 or 16739921. OLE color: 16739921.

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

Color convert

RGB 81 110 255 -
CMYK 0.68 0.57 0 0
HSL 230º 1% 0.66% -
HSV(B) 230º 0.68% 1% -
XYZ 27.02 20.12 97.07 -
YUV 117.86 205.39 101.71 -
System Red Green Blue C M Y K H S L
Decimal 81 110 255 0.68 0.57 0 0 230 1 0.66
Hex 51 6E FF 44 39 0 0 E6 64 42
Octal 121 156 377 104 71 0 0 346 144 102
Binary 1010001 1101110 11111111 1000100 111001 0 0 11100110 1100100 1000010

Color Harmonies of #516EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516EFF

Black with #516EFF

Text Example


Text Example

White with #516EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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