Html Css Color HEX #516DCE Royal Blue

📋 copy color: '#516DCE'

red 81 ◦ green 109 ◦ blue 206

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

Shades of Royal Blue #516DCE

Tints of Royal Blue #516DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.02%

R = 20.45%
G = 27.53%
B = 52.02%

CMYK

 C value IS 0.61

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#516DCE (or 0x516DCE) is known color: Royal Blue. HEX triplet: 51, 6D and CE. RGB value is (81,109,206). Sum of RGB (Red+Green+Blue) = 81+109+206=396 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.45% from 396); Green value is 109 (42.97% from 255 or 27.53% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #516DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516DCE is #AE9231. Grayscale: #6F6F6F. Windows color (decimal): -11440690 or 13528401. OLE color: 13528401.

HSL color Cylindrical-coordinate representation of color #516DCE: hue angle of 226.56º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #516DCE is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 81 109 206 -
CMYK 0.61 0.47 0 0.19
HSL 226.56º 0.56% 0.56% -
HSV(B) 226.56º 0.61% 0.81% -
XYZ 20 17.14 60.65 -
YUV 111.69 181.22 106.11 -
System Red Green Blue C M Y K H S L
Decimal 81 109 206 0.61 0.47 0 0.19 226.56 0.56 0.56
Hex 51 6D CE 3D 2F 0 13 E3 38 38
Octal 121 155 316 75 57 0 23 343 70 70
Binary 1010001 1101101 11001110 111101 101111 0 10011 11100011 111000 111000

Color Harmonies of #516DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516DCE

Black with #516DCE

Text Example


Text Example

White with #516DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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