Html Css Color HEX #516DCC Royal Blue

📋 copy color: '#516DCC'

red 81 ◦ green 109 ◦ blue 204

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

Shades of Royal Blue #516DCC

Tints of Royal Blue #516DCC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.66%

 BLUE value IS 204 (80.08% from 255) = 51.78%

R = 20.56%
G = 27.66%
B = 51.78%

CMYK

 C value IS 0.60

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#516DCC (or 0x516DCC) is known color: Royal Blue. HEX triplet: 51, 6D and CC. RGB value is (81,109,204). Sum of RGB (Red+Green+Blue) = 81+109+204=394 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.56% from 394); Green value is 109 (42.97% from 255 or 27.66% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #516DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516DCC is #AE9233. Grayscale: #6F6F6F. Windows color (decimal): -11440692 or 13397329. OLE color: 13397329.

HSL color Cylindrical-coordinate representation of color #516DCC: hue angle of 226.34º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #516DCC is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 81 109 204 -
CMYK 0.60 0.47 0 0.2
HSL 226.34º 0.55% 0.56% -
HSV(B) 226.34º 0.6% 0.8% -
XYZ 19.76 17.05 59.38 -
YUV 111.46 180.22 106.28 -
System Red Green Blue C M Y K H S L
Decimal 81 109 204 0.60 0.47 0 0.2 226.34 0.55 0.56
Hex 51 6D CC 3C 2F 0 14 E2 37 38
Octal 121 155 314 74 57 0 24 342 67 70
Binary 1010001 1101101 11001100 111100 101111 0 10100 11100010 110111 111000

Color Harmonies of #516DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516DCC

Black with #516DCC

Text Example


Text Example

White with #516DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,109,204); }

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

background-color css

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

 a { background-color: rgb(81,109,204); }

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

border-color css

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

 span { border-color: rgb(81,109,204); }

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