Html Css Color HEX #516BDA Royal Blue

📋 copy color: '#516BDA'

red 81 ◦ green 107 ◦ blue 218

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

Shades of Royal Blue #516BDA

Tints of Royal Blue #516BDA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.35%

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

R = 19.95%
G = 26.35%
B = 53.69%

CMYK

 C value IS 0.63

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#516BDA (or 0x516BDA) is known color: Royal Blue. HEX triplet: 51, 6B and DA. RGB value is (81,107,218). Sum of RGB (Red+Green+Blue) = 81+107+218=406 (53% of max value = 765). Red value is 81 (32.03% from 255 or 19.95% from 406); Green value is 107 (42.19% from 255 or 26.35% from 406); Blue value is 218 (85.55% from 255 or 53.69% from 406); Max value from RGB is 218 - color contains mainly: blue. Hex color #516BDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516BDA is #AE9425. Grayscale: #6F6F6F. Windows color (decimal): -11441190 or 14314321. OLE color: 14314321.

HSL color Cylindrical-coordinate representation of color #516BDA: hue angle of 228.61º 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 #516BDA is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 81 107 218 -
CMYK 0.63 0.51 0 0.15
HSL 228.61º 0.65% 0.59% -
HSV(B) 228.61º 0.63% 0.85% -
XYZ 21.31 17.33 68.55 -
YUV 111.88 187.89 105.97 -
System Red Green Blue C M Y K H S L
Decimal 81 107 218 0.63 0.51 0 0.15 228.61 0.65 0.59
Hex 51 6B DA 3F 33 0 F E5 41 3B
Octal 121 153 332 77 63 0 17 345 101 73
Binary 1010001 1101011 11011010 111111 110011 0 1111 11100101 1000001 111011

Color Harmonies of #516BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516BDA

Black with #516BDA

Text Example


Text Example

White with #516BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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