Html Css Color HEX #516CCE Royal Blue

📋 copy color: '#516CCE'

red 81 ◦ green 108 ◦ blue 206

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

Shades of Royal Blue #516CCE

Tints of Royal Blue #516CCE

RGB

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

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

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

R = 20.51%
G = 27.34%
B = 52.15%

CMYK

 C value IS 0.61

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#516CCE (or 0x516CCE) is known color: Royal Blue. HEX triplet: 51, 6C and CE. RGB value is (81,108,206). Sum of RGB (Red+Green+Blue) = 81+108+206=395 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.51% from 395); Green value is 108 (42.58% from 255 or 27.34% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #516CCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516CCE is #AE9331. Grayscale: #6E6E6E. Windows color (decimal): -11440946 or 13528145. OLE color: 13528145.

HSL color Cylindrical-coordinate representation of color #516CCE: hue angle of 227.04º 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 #516CCE is Cyan = 0.61, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 81 108 206 -
CMYK 0.61 0.48 0 0.19
HSL 227.04º 0.56% 0.56% -
HSV(B) 227.04º 0.61% 0.81% -
XYZ 19.9 16.93 60.61 -
YUV 111.1 181.55 106.53 -
System Red Green Blue C M Y K H S L
Decimal 81 108 206 0.61 0.48 0 0.19 227.04 0.56 0.56
Hex 51 6C CE 3D 30 0 13 E3 38 38
Octal 121 154 316 75 60 0 23 343 70 70
Binary 1010001 1101100 11001110 111101 110000 0 10011 11100011 111000 111000

Color Harmonies of #516CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516CCE

Black with #516CCE

Text Example


Text Example

White with #516CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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