#507AE3

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

Shades of Royal Blue #507AE3

Tints of Royal Blue #507AE3

Color information

#507AE3 (or 0x507AE3) is unknown color: approx Royal Blue. HEX triplet: 50, 7A and E3. RGB value is (80,122,227). Sum of RGB (Red+Green+Blue) = 80+122+227=429 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.65% from 429); Green value is 122 (48.05% from 255 or 28.44% from 429); Blue value is 227 (89.06% from 255 or 52.91% from 429); Max value from RGB is 227 - color contains mainly: blue. Hex color #507AE3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507AE3 is #AF851C. Grayscale: #787878. Windows color (decimal): -11502877 or 14907984. OLE color: 14907984.

HSL color Cylindrical-coordinate representation of color #507AE3: hue angle of 222.86º 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 #507AE3 is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB80122227-
CMYK0.650.4600.11
HSL222.86º72.41%60.2%-
HSV(B)222.86º64.76%89.02%-
XYZ24.1321.1775.49-
YUV121.41187.5998.46-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.65%
GREEN value IS 122 (48.05% from 255) = 28.44%
BLUE value IS 227 (89.06% from 255) = 52.91%
R=18.65%
G=28.44%
B=52.91%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal801222270.650.4600.11222.8672.4160.2
Hex507AE3412E0Bdf483c
Octal1201723431015601333711074
Binary1010000111101011100011100000110111001011110111111001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507AE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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