#515BE4

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

Shades of Royal Blue #515BE4

Tints of Royal Blue #515BE4

Color information

#515BE4 (or 0x515BE4) is unknown color: approx Royal Blue. HEX triplet: 51, 5B and E4. RGB value is (81,91,228). Sum of RGB (Red+Green+Blue) = 81+91+228=400 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.25% from 400); Green value is 91 (35.94% from 255 or 22.75% from 400); Blue value is 228 (89.45% from 255 or 57% from 400); Max value from RGB is 228 - color contains mainly: blue. Hex color #515BE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515BE4 is #AEA41B. Grayscale: #676767. Windows color (decimal): -11445276 or 14965585. OLE color: 14965585.

HSL color Cylindrical-coordinate representation of color #515BE4: hue angle of 235.92º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #515BE4 is Cyan = 0.64, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB8191228-
CMYK0.640.6000.11
HSL235.92º73.13%60.59%-
HSV(B)235.92º64.47%89.41%-
XYZ21.1414.8375.15-
YUV103.63198.19111.86-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.25%
GREEN value IS 91 (35.94% from 255) = 22.75%
BLUE value IS 228 (89.45% from 255) = 57%
R=20.25%
G=22.75%
B=57%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal81912280.640.6000.11235.9273.1360.59
Hex515BE4403C0Bec493d
Octal1211333441007401335411175
Binary1010001101101111100100100000011110001011111011001001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515BE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515BE4; }

 p { color: rgb(81,91,228); }

 H1.HeaderClassName
 {
   color: #515BE4;
 }
 .AnyTagClassName
 {
   color: #515BE4;
 }
</style>
background-color css

<style>
 a { background-color: #515BE4; }

 a { background-color: rgb(81,91,228); }

 div.DivClassName
 {
   background-color: #515BE4;
 }
 .BgClassName
 {
   background-color: #515BE4;
 }
</style>
border-color css

<style>
 span { border-color: #515BE4; }

 span { border-color: rgb(81,91,228); }

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