#519FD3

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

Shades of Picton Blue #519FD3

Tints of Picton Blue #519FD3

Color information

#519FD3 (or 0x519FD3) is unknown color: approx Picton Blue. HEX triplet: 51, 9F and D3. RGB value is (81,159,211). Sum of RGB (Red+Green+Blue) = 81+159+211=451 (59% of max value = 765). Red value is 81 (32.03% from 255 or 17.96% from 451); Green value is 159 (62.5% from 255 or 35.25% from 451); Blue value is 211 (82.81% from 255 or 46.78% from 451); Max value from RGB is 211 - color contains mainly: blue. Hex color #519FD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519FD3 is #AE602C. Grayscale: #8D8D8D. Windows color (decimal): -11427885 or 13868881. OLE color: 13868881.

HSL color Cylindrical-coordinate representation of color #519FD3: hue angle of 204º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #519FD3 is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB81159211-
CMYK0.620.2500.17
HSL204º59.63%57.25%-
HSV(B)204º61.61%82.75%-
XYZ27.5531.2566.21-
YUV141.61167.1684.77-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.96%
GREEN value IS 159 (62.5% from 255) = 35.25%
BLUE value IS 211 (82.81% from 255) = 46.78%
R=17.96%
G=35.25%
B=46.78%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal811592110.620.2500.1720459.6357.25
Hex519FD33E19011cc3c39
Octal12123732376310213147471
Binary101000110011111110100111111101100101000111001100111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519FD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,159,211); }

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

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

 a { background-color: rgb(81,159,211); }

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

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

 span { border-color: rgb(81,159,211); }

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