#516ECB

Color #516ECB Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #516ECB

Tints of Royal Blue #516ECB

Color information

#516ECB (or 0x516ECB) is unknown color: approx 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

RGB81110203-
CMYK0.600.4600.20
HSL225.74º53.98%55.69%-
HSV(B)225.74º60.1%79.61%-
XYZ19.7517.2158.78-
YUV111.93179.39105.94-

RGB Variations

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

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 (Cyan) values IS 0.60
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal811102030.600.4600.20225.7453.9855.69
Hex516ECB3C2E014e23638
Octal12115631374560243426670
Binary101000111011101100101111110010111001010011100010110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>