Html Css Color HEX #516FFD Royal Blue

📋 copy color: '#516FFD'

red 81 ◦ green 111 ◦ blue 253

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

Shades of Royal Blue #516FFD

Tints of Royal Blue #516FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 56.85%

R = 18.2%
G = 24.94%
B = 56.85%

CMYK

 C value IS 0.68

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#516FFD (or 0x516FFD) is known color: Royal Blue. HEX triplet: 51, 6F and FD. RGB value is (81,111,253). Sum of RGB (Red+Green+Blue) = 81+111+253=445 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.20% from 445); Green value is 111 (43.75% from 255 or 24.94% from 445); Blue value is 253 (99.22% from 255 or 56.85% from 445); Max value from RGB is 253 - color contains mainly: blue. Hex color #516FFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #516FFD is #AE9002. Grayscale: #757575. Windows color (decimal): -11440131 or 16609105. OLE color: 16609105.

HSL color Cylindrical-coordinate representation of color #516FFD: hue angle of 229.53º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #516FFD is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 81 111 253 -
CMYK 0.68 0.56 0 0.01
HSL 229.53º 0.98% 0.65% -
HSV(B) 229.53º 0.68% 0.99% -
XYZ 26.81 20.21 95.42 -
YUV 118.22 204.06 101.45 -
System Red Green Blue C M Y K H S L
Decimal 81 111 253 0.68 0.56 0 0.01 229.53 0.98 0.65
Hex 51 6F FD 44 38 0 1 E6 62 41
Octal 121 157 375 104 70 0 1 346 142 101
Binary 1010001 1101111 11111101 1000100 111000 0 1 11100110 1100010 1000001

Color Harmonies of #516FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516FFD

Black with #516FFD

Text Example


Text Example

White with #516FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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