Html Css Color HEX #516FD3 Royal Blue

📋 copy color: '#516FD3'

red 81 ◦ green 111 ◦ blue 211

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

Shades of Royal Blue #516FD3

Tints of Royal Blue #516FD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 52.36%

R = 20.1%
G = 27.54%
B = 52.36%

CMYK

 C value IS 0.62

 M value IS 0.47

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#516FD3 (or 0x516FD3) is known color: Royal Blue. HEX triplet: 51, 6F and D3. RGB value is (81,111,211). Sum of RGB (Red+Green+Blue) = 81+111+211=403 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.10% from 403); Green value is 111 (43.75% from 255 or 27.54% from 403); Blue value is 211 (82.81% from 255 or 52.36% from 403); Max value from RGB is 211 - color contains mainly: blue. Hex color #516FD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516FD3 is #AE902C. Grayscale: #717171. Windows color (decimal): -11440173 or 13856593. OLE color: 13856593.

HSL color Cylindrical-coordinate representation of color #516FD3: hue angle of 226.15º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #516FD3 is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 81 111 211 -
CMYK 0.62 0.47 0 0.17
HSL 226.15º 0.6% 0.57% -
HSV(B) 226.15º 0.62% 0.83% -
XYZ 20.84 17.82 63.97 -
YUV 113.43 183.06 104.87 -
System Red Green Blue C M Y K H S L
Decimal 81 111 211 0.62 0.47 0 0.17 226.15 0.6 0.57
Hex 51 6F D3 3E 2F 0 11 E2 3C 39
Octal 121 157 323 76 57 0 21 342 74 71
Binary 1010001 1101111 11010011 111110 101111 0 10001 11100010 111100 111001

Color Harmonies of #516FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516FD3

Black with #516FD3

Text Example


Text Example

White with #516FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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