#505FE6

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

Shades of Royal Blue #505FE6

Tints of Royal Blue #505FE6

Color information

#505FE6 (or 0x505FE6) is unknown color: approx Royal Blue. HEX triplet: 50, 5F and E6. RGB value is (80,95,230). Sum of RGB (Red+Green+Blue) = 80+95+230=405 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.75% from 405); Green value is 95 (37.5% from 255 or 23.46% from 405); Blue value is 230 (90.23% from 255 or 56.79% from 405); Max value from RGB is 230 - color contains mainly: blue. Hex color #505FE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #505FE6 is #AFA019. Grayscale: #696969. Windows color (decimal): -11509786 or 15097680. OLE color: 15097680.

HSL color Cylindrical-coordinate representation of color #505FE6: hue angle of 234º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #505FE6 is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB8095230-
CMYK0.650.5900.10
HSL234º75%60.78%-
HSV(B)234º65.22%90.2%-
XYZ21.6815.676.73-
YUV105.9198.03109.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.75%
GREEN value IS 95 (37.5% from 255) = 23.46%
BLUE value IS 230 (90.23% from 255) = 56.79%
R=19.75%
G=23.46%
B=56.79%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal80952300.650.5900.102347560.78
Hex505FE6413B0Aea4b3d
Octal1201373461017301235211375
Binary1010000101111111100110100000111101101010111010101001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505FE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,95,230); }

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

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

 a { background-color: rgb(80,95,230); }

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

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

 span { border-color: rgb(80,95,230); }

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