#505FE3

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

Shades of Royal Blue #505FE3

Tints of Royal Blue #505FE3

Color information

#505FE3 (or 0x505FE3) is unknown color: approx Royal Blue. HEX triplet: 50, 5F and E3. RGB value is (80,95,227). Sum of RGB (Red+Green+Blue) = 80+95+227=402 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.90% from 402); Green value is 95 (37.5% from 255 or 23.63% from 402); Blue value is 227 (89.06% from 255 or 56.47% from 402); Max value from RGB is 227 - color contains mainly: blue. Hex color #505FE3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505FE3 is #AFA01C. Grayscale: #696969. Windows color (decimal): -11509789 or 14901072. OLE color: 14901072.

HSL color Cylindrical-coordinate representation of color #505FE3: hue angle of 233.88º degrees, saturation: 0.72, 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 #505FE3 is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB8095227-
CMYK0.650.5800.11
HSL233.88º72.41%60.2%-
HSV(B)233.88º64.76%89.02%-
XYZ21.2715.4474.53-
YUV105.56196.53109.77-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.90%
GREEN value IS 95 (37.5% from 255) = 23.63%
BLUE value IS 227 (89.06% from 255) = 56.47%
R=19.90%
G=23.63%
B=56.47%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal80952270.650.5800.11233.8872.4160.2
Hex505FE3413A0Bea483c
Octal1201373431017201335211074
Binary1010000101111111100011100000111101001011111010101001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505FE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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