#518EDB

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

Shades of Picton Blue #518EDB

Tints of Picton Blue #518EDB

Color information

#518EDB (or 0x518EDB) is unknown color: approx Picton Blue. HEX triplet: 51, 8E and DB. RGB value is (81,142,219). Sum of RGB (Red+Green+Blue) = 81+142+219=442 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.33% from 442); Green value is 142 (55.86% from 255 or 32.13% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #518EDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518EDB is #AE7124. Grayscale: #848484. Windows color (decimal): -11432229 or 14388817. OLE color: 14388817.

HSL color Cylindrical-coordinate representation of color #518EDB: hue angle of 213.48º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #518EDB is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB81142219-
CMYK0.630.3500.14
HSL213.48º65.71%58.82%-
HSV(B)213.48º63.01%85.88%-
XYZ25.8526.2170.71-
YUV132.54176.7991.24-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.33%
GREEN value IS 142 (55.86% from 255) = 32.13%
BLUE value IS 219 (85.94% from 255) = 49.55%
R=18.33%
G=32.13%
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.14
SystemRedGreenBlueCMYKHSL
Decimal811422190.630.3500.14213.4865.7158.82
Hex518EDB3F230Ed5423b
Octal121216333774301632510273
Binary1010001100011101101101111111110001101110110101011000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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