Html Css Color HEX #516BCE Royal Blue

📋 copy color: '#516BCE'

red 81 ◦ green 107 ◦ blue 206

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

Shades of Royal Blue #516BCE

Tints of Royal Blue #516BCE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.16%

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

R = 20.56%
G = 27.16%
B = 52.28%

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

#516BCE (or 0x516BCE) is known color: Royal Blue. HEX triplet: 51, 6B and CE. RGB value is (81,107,206). Sum of RGB (Red+Green+Blue) = 81+107+206=394 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.56% from 394); Green value is 107 (42.19% from 255 or 27.16% from 394); Blue value is 206 (80.86% from 255 or 52.28% from 394); Max value from RGB is 206 - color contains mainly: blue. Hex color #516BCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516BCE is #AE9431. Grayscale: #6E6E6E. Windows color (decimal): -11441202 or 13527889. OLE color: 13527889.

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

Color convert

RGB 81 107 206 -
CMYK 0.61 0.48 0 0.19
HSL 227.52º 0.56% 0.56% -
HSV(B) 227.52º 0.61% 0.81% -
XYZ 19.79 16.72 60.58 -
YUV 110.51 181.89 106.95 -
System Red Green Blue C M Y K H S L
Decimal 81 107 206 0.61 0.48 0 0.19 227.52 0.56 0.56
Hex 51 6B CE 3D 30 0 13 E4 38 38
Octal 121 153 316 75 60 0 23 344 70 70
Binary 1010001 1101011 11001110 111101 110000 0 10011 11100100 111000 111000

Color Harmonies of #516BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516BCE

Black with #516BCE

Text Example


Text Example

White with #516BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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