#505BE4

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

Shades of Royal Blue #505BE4

Tints of Royal Blue #505BE4

Color information

#505BE4 (or 0x505BE4) is unknown color: approx Royal Blue. HEX triplet: 50, 5B and E4. RGB value is (80,91,228). Sum of RGB (Red+Green+Blue) = 80+91+228=399 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.05% from 399); Green value is 91 (35.94% from 255 or 22.81% from 399); Blue value is 228 (89.45% from 255 or 57.14% from 399); Max value from RGB is 228 - color contains mainly: blue. Hex color #505BE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505BE4 is #AFA41B. Grayscale: #666666. Windows color (decimal): -11510812 or 14965584. OLE color: 14965584.

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

Color convert

RGB8091228-
CMYK0.650.6000.11
HSL235.54º73.27%60.39%-
HSV(B)235.54º64.91%89.41%-
XYZ21.0514.7975.14-
YUV103.33198.36111.36-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.05%
GREEN value IS 91 (35.94% from 255) = 22.81%
BLUE value IS 228 (89.45% from 255) = 57.14%
R=20.05%
G=22.81%
B=57.14%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal80912280.650.6000.11235.5473.2760.39
Hex505BE4413C0Bec493c
Octal1201333441017401335411174
Binary1010000101101111100100100000111110001011111011001001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505BE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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