#519DDB

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

Shades of Picton Blue #519DDB

Tints of Picton Blue #519DDB

Color information

#519DDB (or 0x519DDB) is unknown color: approx Picton Blue. HEX triplet: 51, 9D and DB. RGB value is (81,157,219). Sum of RGB (Red+Green+Blue) = 81+157+219=457 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.72% from 457); Green value is 157 (61.72% from 255 or 34.35% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #519DDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519DDB is #AE6224. Grayscale: #8D8D8D. Windows color (decimal): -11428389 or 14392657. OLE color: 14392657.

HSL color Cylindrical-coordinate representation of color #519DDB: hue angle of 206.96º 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 #519DDB is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB81157219-
CMYK0.630.2800.14
HSL206.96º65.71%58.82%-
HSV(B)206.96º63.01%85.88%-
XYZ28.2430.9871.51-
YUV141.34171.8284.96-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.72%
GREEN value IS 157 (61.72% from 255) = 34.35%
BLUE value IS 219 (85.94% from 255) = 47.92%
R=17.72%
G=34.35%
B=47.92%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal811572190.630.2800.14206.9665.7158.82
Hex519DDB3F1C0Ecf423b
Octal121235333773401631710273
Binary101000110011101110110111111111110001110110011111000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519DDB; }

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

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

<style>
 a { background-color: #519DDB; }

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

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

<style>
 span { border-color: #519DDB; }

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

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