#507CE9

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

Shades of Royal Blue #507CE9

Tints of Royal Blue #507CE9

Color information

#507CE9 (or 0x507CE9) is unknown color: approx Royal Blue. HEX triplet: 50, 7C and E9. RGB value is (80,124,233). Sum of RGB (Red+Green+Blue) = 80+124+233=437 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.31% from 437); Green value is 124 (48.83% from 255 or 28.38% from 437); Blue value is 233 (91.41% from 255 or 53.32% from 437); Max value from RGB is 233 - color contains mainly: blue. Hex color #507CE9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #507CE9 is #AF8316. Grayscale: #7A7A7A. Windows color (decimal): -11502359 or 15301712. OLE color: 15301712.

HSL color Cylindrical-coordinate representation of color #507CE9: hue angle of 222.75º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #507CE9 is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB80124233-
CMYK0.660.4700.09
HSL222.75º77.66%61.37%-
HSV(B)222.75º65.67%91.37%-
XYZ25.222280.01-
YUV123.27189.9297.14-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.31%
GREEN value IS 124 (48.83% from 255) = 28.38%
BLUE value IS 233 (91.41% from 255) = 53.32%
R=18.31%
G=28.38%
B=53.32%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal801242330.660.4700.09222.7577.6661.37
Hex507CE9422F09df4e3d
Octal1201743511025701133711675
Binary1010000111110011101001100001010111101001110111111001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507CE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507CE9; }

 p { color: rgb(80,124,233); }

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

<style>
 a { background-color: #507CE9; }

 a { background-color: rgb(80,124,233); }

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

<style>
 span { border-color: #507CE9; }

 span { border-color: rgb(80,124,233); }

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