#507dda

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

Shades of Royal Blue #507DDA

Tints of Royal Blue #507DDA

Color information

#507DDA (or 0x507DDA) is unknown color: approx Royal Blue. HEX triplet: 50, 7D and DA. RGB value is (80,125,218). Sum of RGB (Red+Green+Blue) = 80+125+218=423 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.91% from 423); Green value is 125 (49.22% from 255 or 29.55% from 423); Blue value is 218 (85.55% from 255 or 51.54% from 423); Max value from RGB is 218 - color contains mainly: blue. Hex color #507DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507DDA is #AF8225. Grayscale: #797979. Windows color (decimal): -11502118 or 14318928. OLE color: 14318928.

HSL color Cylindrical-coordinate representation of color #507DDA: hue angle of 220.43º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #507DDA is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB80125218-
CMYK0.630.4300.15
HSL220.43º65.09%58.43%-
HSV(B)220.43º63.3%85.49%-
XYZ23.321.4369.24-
YUV122.15182.0997.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.91%
GREEN value IS 125 (49.22% from 255) = 29.55%
BLUE value IS 218 (85.55% from 255) = 51.54%
R=18.91%
G=29.55%
B=51.54%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal801252180.630.4300.15220.4365.0958.43
Hex507DDA3F2B0Fdc413a
Octal120175332775301733410172
Binary101000011111011101101011111110101101111110111001000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507dda

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,125,218); }

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

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

 a { background-color: rgb(80,125,218); }

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

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

 span { border-color: rgb(80,125,218); }

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