#508DDA

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

Shades of Picton Blue #508DDA

Tints of Picton Blue #508DDA

Color information

#508DDA (or 0x508DDA) is unknown color: approx Picton Blue. HEX triplet: 50, 8D and DA. RGB value is (80,141,218). Sum of RGB (Red+Green+Blue) = 80+141+218=439 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.22% from 439); Green value is 141 (55.47% from 255 or 32.12% from 439); Blue value is 218 (85.55% from 255 or 49.66% from 439); Max value from RGB is 218 - color contains mainly: blue. Hex color #508DDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508DDA is #AF7225. Grayscale: #838383. Windows color (decimal): -11498022 or 14323024. OLE color: 14323024.

HSL color Cylindrical-coordinate representation of color #508DDA: hue angle of 213.48º 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 #508DDA is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB80141218-
CMYK0.630.3500.15
HSL213.48º65.09%58.43%-
HSV(B)213.48º63.3%85.49%-
XYZ25.4925.8269.97-
YUV131.54176.7991.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.22%
GREEN value IS 141 (55.47% from 255) = 32.12%
BLUE value IS 218 (85.55% from 255) = 49.66%
R=18.22%
G=32.12%
B=49.66%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal801412180.630.3500.15213.4865.0958.43
Hex508DDA3F230Fd5413a
Octal120215332774301732510172
Binary1010000100011011101101011111110001101111110101011000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508DDA; }

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

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

<style>
 a { background-color: #508DDA; }

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

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

<style>
 span { border-color: #508DDA; }

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

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