#508EDA

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

Shades of Picton Blue #508EDA

Tints of Picton Blue #508EDA

Color information

#508EDA (or 0x508EDA) is unknown color: approx Picton Blue. HEX triplet: 50, 8E and DA. RGB value is (80,142,218). Sum of RGB (Red+Green+Blue) = 80+142+218=440 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.18% from 440); Green value is 142 (55.86% from 255 or 32.27% from 440); Blue value is 218 (85.55% from 255 or 49.55% from 440); Max value from RGB is 218 - color contains mainly: blue. Hex color #508EDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508EDA is #AF7125. Grayscale: #838383. Windows color (decimal): -11497766 or 14323280. OLE color: 14323280.

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

Color convert

RGB80142218-
CMYK0.630.3500.15
HSL213.04º65.09%58.43%-
HSV(B)213.04º63.3%85.49%-
XYZ25.6426.1170.02-
YUV132.13176.4690.82-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.18%
GREEN value IS 142 (55.86% from 255) = 32.27%
BLUE value IS 218 (85.55% from 255) = 49.55%
R=18.18%
G=32.27%
B=49.55%

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
Decimal801422180.630.3500.15213.0465.0958.43
Hex508EDA3F230Fd5413a
Octal120216332774301732510172
Binary1010000100011101101101011111110001101111110101011000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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