#518ED8

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

Shades of Picton Blue #518ED8

Tints of Picton Blue #518ED8

Color information

#518ED8 (or 0x518ED8) is unknown color: approx Picton Blue. HEX triplet: 51, 8E and D8. RGB value is (81,142,216). Sum of RGB (Red+Green+Blue) = 81+142+216=439 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.45% from 439); Green value is 142 (55.86% from 255 or 32.35% from 439); Blue value is 216 (84.77% from 255 or 49.20% from 439); Max value from RGB is 216 - color contains mainly: blue. Hex color #518ED8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518ED8 is #AE7127. Grayscale: #838383. Windows color (decimal): -11432232 or 14192209. OLE color: 14192209.

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

Color convert

RGB81142216-
CMYK0.620.3400.15
HSL212.89º63.38%58.24%-
HSV(B)212.89º62.5%84.71%-
XYZ25.4626.0568.65-
YUV132.2175.2991.48-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.45%
GREEN value IS 142 (55.86% from 255) = 32.35%
BLUE value IS 216 (84.77% from 255) = 49.20%
R=18.45%
G=32.35%
B=49.20%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal811422160.620.3400.15212.8963.3858.24
Hex518ED83E220Fd53f3a
Octal12121633076420173257772
Binary101000110001110110110001111101000100111111010101111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518ED8; }

 p { color: rgb(81,142,216); }

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

<style>
 a { background-color: #518ED8; }

 a { background-color: rgb(81,142,216); }

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

<style>
 span { border-color: #518ED8; }

 span { border-color: rgb(81,142,216); }

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