Html Css Color HEX #516FDA Royal Blue

📋 copy color: '#516FDA'

red 81 ◦ green 111 ◦ blue 218

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

Shades of Royal Blue #516FDA

Tints of Royal Blue #516FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 53.17%

R = 19.76%
G = 27.07%
B = 53.17%

CMYK

 C value IS 0.63

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#516FDA (or 0x516FDA) is known color: Royal Blue. HEX triplet: 51, 6F and DA. RGB value is (81,111,218). Sum of RGB (Red+Green+Blue) = 81+111+218=410 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.76% from 410); Green value is 111 (43.75% from 255 or 27.07% from 410); Blue value is 218 (85.55% from 255 or 53.17% from 410); Max value from RGB is 218 - color contains mainly: blue. Hex color #516FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516FDA is #AE9025. Grayscale: #717171. Windows color (decimal): -11440166 or 14315345. OLE color: 14315345.

HSL color Cylindrical-coordinate representation of color #516FDA: hue angle of 226.86º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #516FDA is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 81 111 218 -
CMYK 0.63 0.49 0 0.15
HSL 226.86º 0.65% 0.59% -
HSV(B) 226.86º 0.63% 0.85% -
XYZ 21.73 18.18 68.69 -
YUV 114.23 186.56 104.3 -
System Red Green Blue C M Y K H S L
Decimal 81 111 218 0.63 0.49 0 0.15 226.86 0.65 0.59
Hex 51 6F DA 3F 31 0 F E3 41 3B
Octal 121 157 332 77 61 0 17 343 101 73
Binary 1010001 1101111 11011010 111111 110001 0 1111 11100011 1000001 111011

Color Harmonies of #516FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516FDA

Black with #516FDA

Text Example


Text Example

White with #516FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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