Html Css Color HEX #516CDA Royal Blue

📋 copy color: '#516CDA'

red 81 ◦ green 108 ◦ blue 218

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

Shades of Royal Blue #516CDA

Tints of Royal Blue #516CDA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.54%

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

R = 19.9%
G = 26.54%
B = 53.56%

CMYK

 C value IS 0.63

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#516CDA (or 0x516CDA) is known color: Royal Blue. HEX triplet: 51, 6C and DA. RGB value is (81,108,218). Sum of RGB (Red+Green+Blue) = 81+108+218=407 (53% of max value = 765). Red value is 81 (32.03% from 255 or 19.90% from 407); Green value is 108 (42.58% from 255 or 26.54% from 407); Blue value is 218 (85.55% from 255 or 53.56% from 407); Max value from RGB is 218 - color contains mainly: blue. Hex color #516CDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516CDA is #AE9325. Grayscale: #707070. Windows color (decimal): -11440934 or 14314577. OLE color: 14314577.

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

Color convert

RGB 81 108 218 -
CMYK 0.63 0.50 0 0.15
HSL 228.18º 0.65% 0.59% -
HSV(B) 228.18º 0.63% 0.85% -
XYZ 21.41 17.54 68.59 -
YUV 112.47 187.55 105.56 -
System Red Green Blue C M Y K H S L
Decimal 81 108 218 0.63 0.50 0 0.15 228.18 0.65 0.59
Hex 51 6C DA 3F 32 0 F E4 41 3B
Octal 121 154 332 77 62 0 17 344 101 73
Binary 1010001 1101100 11011010 111111 110010 0 1111 11100100 1000001 111011

Color Harmonies of #516CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516CDA

Black with #516CDA

Text Example


Text Example

White with #516CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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