Html Css Color HEX #516DFD Royal Blue

📋 copy color: '#516DFD'

red 81 ◦ green 109 ◦ blue 253

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

Shades of Royal Blue #516DFD

Tints of Royal Blue #516DFD

RGB

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

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

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

R = 18.28%
G = 24.6%
B = 57.11%

CMYK

 C value IS 0.68

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#516DFD (or 0x516DFD) is known color: Royal Blue. HEX triplet: 51, 6D and FD. RGB value is (81,109,253). Sum of RGB (Red+Green+Blue) = 81+109+253=443 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.28% from 443); Green value is 109 (42.97% from 255 or 24.60% from 443); Blue value is 253 (99.22% from 255 or 57.11% from 443); Max value from RGB is 253 - color contains mainly: blue. Hex color #516DFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #516DFD is #AE9202. Grayscale: #747474. Windows color (decimal): -11440643 or 16608593. OLE color: 16608593.

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

Color convert

RGB 81 109 253 -
CMYK 0.68 0.57 0 0.01
HSL 230.23º 0.98% 0.65% -
HSV(B) 230.23º 0.68% 0.99% -
XYZ 26.59 19.78 95.34 -
YUV 117.04 204.72 102.29 -
System Red Green Blue C M Y K H S L
Decimal 81 109 253 0.68 0.57 0 0.01 230.23 0.98 0.65
Hex 51 6D FD 44 39 0 1 E6 62 41
Octal 121 155 375 104 71 0 1 346 142 101
Binary 1010001 1101101 11111101 1000100 111001 0 1 11100110 1100010 1000001

Color Harmonies of #516DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516DFD

Black with #516DFD

Text Example


Text Example

White with #516DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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