Html Css Color HEX #516CDC Royal Blue

📋 copy color: '#516CDC'

red 81 ◦ green 108 ◦ blue 220

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

Shades of Royal Blue #516CDC

Tints of Royal Blue #516CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 53.79%

R = 19.8%
G = 26.41%
B = 53.79%

CMYK

 C value IS 0.63

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#516CDC (or 0x516CDC) is known color: Royal Blue. HEX triplet: 51, 6C and DC. RGB value is (81,108,220). Sum of RGB (Red+Green+Blue) = 81+108+220=409 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.80% from 409); Green value is 108 (42.58% from 255 or 26.41% from 409); Blue value is 220 (86.33% from 255 or 53.79% from 409); Max value from RGB is 220 - color contains mainly: blue. Hex color #516CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516CDC is #AE9323. Grayscale: #707070. Windows color (decimal): -11440932 or 14445649. OLE color: 14445649.

HSL color Cylindrical-coordinate representation of color #516CDC: hue angle of 228.35º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #516CDC is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 81 108 220 -
CMYK 0.63 0.51 0 0.14
HSL 228.35º 0.67% 0.59% -
HSV(B) 228.35º 0.63% 0.86% -
XYZ 21.67 17.64 69.97 -
YUV 112.7 188.55 105.39 -
System Red Green Blue C M Y K H S L
Decimal 81 108 220 0.63 0.51 0 0.14 228.35 0.67 0.59
Hex 51 6C DC 3F 33 0 E E4 43 3B
Octal 121 154 334 77 63 0 16 344 103 73
Binary 1010001 1101100 11011100 111111 110011 0 1110 11100100 1000011 111011

Color Harmonies of #516CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516CDC

Black with #516CDC

Text Example


Text Example

White with #516CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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