Html Css Color HEX #516DFB Royal Blue

📋 copy color: '#516DFB'

red 81 ◦ green 109 ◦ blue 251

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

Shades of Royal Blue #516DFB

Tints of Royal Blue #516DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 56.92%

R = 18.37%
G = 24.72%
B = 56.92%

CMYK

 C value IS 0.68

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#516DFB (or 0x516DFB) is known color: Royal Blue. HEX triplet: 51, 6D and FB. RGB value is (81,109,251). Sum of RGB (Red+Green+Blue) = 81+109+251=441 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.37% from 441); Green value is 109 (42.97% from 255 or 24.72% from 441); Blue value is 251 (98.44% from 255 or 56.92% from 441); Max value from RGB is 251 - color contains mainly: blue. Hex color #516DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #516DFB is #AE9204. Grayscale: #747474. Windows color (decimal): -11440645 or 16477521. OLE color: 16477521.

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

Color convert

RGB 81 109 251 -
CMYK 0.68 0.57 0 0.02
HSL 230.12º 0.96% 0.65% -
HSV(B) 230.12º 0.68% 0.98% -
XYZ 26.27 19.65 93.68 -
YUV 116.82 203.72 102.45 -
System Red Green Blue C M Y K H S L
Decimal 81 109 251 0.68 0.57 0 0.02 230.12 0.96 0.65
Hex 51 6D FB 44 39 0 2 E6 60 41
Octal 121 155 373 104 71 0 2 346 140 101
Binary 1010001 1101101 11111011 1000100 111001 0 10 11100110 1100000 1000001

Color Harmonies of #516DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516DFB

Black with #516DFB

Text Example


Text Example

White with #516DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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