Html Css Color HEX #516ECB Royal Blue

📋 copy color: '#516ECB'

red 81 ◦ green 110 ◦ blue 203

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

Shades of Royal Blue #516ECB

Tints of Royal Blue #516ECB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.92%

 BLUE value IS 203 (79.69% from 255) = 51.52%

R = 20.56%
G = 27.92%
B = 51.52%

CMYK

 C value IS 0.60

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#516ECB (or 0x516ECB) is known color: Royal Blue. HEX triplet: 51, 6E and CB. RGB value is (81,110,203). Sum of RGB (Red+Green+Blue) = 81+110+203=394 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.56% from 394); Green value is 110 (43.36% from 255 or 27.92% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #516ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516ECB is #AE9134. Grayscale: #6F6F6F. Windows color (decimal): -11440437 or 13332049. OLE color: 13332049.

HSL color Cylindrical-coordinate representation of color #516ECB: hue angle of 225.74º degrees, saturation: 0.54, 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 #516ECB is Cyan = 0.60, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 81 110 203 -
CMYK 0.60 0.46 0 0.20
HSL 225.74º 0.54% 0.56% -
HSV(B) 225.74º 0.6% 0.8% -
XYZ 19.75 17.21 58.78 -
YUV 111.93 179.39 105.94 -
System Red Green Blue C M Y K H S L
Decimal 81 110 203 0.60 0.46 0 0.20 225.74 0.54 0.56
Hex 51 6E CB 3C 2E 0 14 E2 36 38
Octal 121 156 313 74 56 0 24 342 66 70
Binary 1010001 1101110 11001011 111100 101110 0 10100 11100010 110110 111000

Color Harmonies of #516ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516ECB

Black with #516ECB

Text Example


Text Example

White with #516ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,110,203); }

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

background-color css

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

 a { background-color: rgb(81,110,203); }

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

border-color css

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

 span { border-color: rgb(81,110,203); }

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