#519CD8

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

Shades of Picton Blue #519CD8

Tints of Picton Blue #519CD8

Color information

#519CD8 (or 0x519CD8) is unknown color: approx Picton Blue. HEX triplet: 51, 9C and D8. RGB value is (81,156,216). Sum of RGB (Red+Green+Blue) = 81+156+216=453 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.88% from 453); Green value is 156 (61.33% from 255 or 34.44% from 453); Blue value is 216 (84.77% from 255 or 47.68% from 453); Max value from RGB is 216 - color contains mainly: blue. Hex color #519CD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519CD8 is #AE6327. Grayscale: #8C8C8C. Windows color (decimal): -11428648 or 14195793. OLE color: 14195793.

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

Color convert

RGB81156216-
CMYK0.620.2800.15
HSL206.67º63.38%58.24%-
HSV(B)206.67º62.5%84.71%-
XYZ27.6830.4869.39-
YUV140.42170.6585.62-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.88%
GREEN value IS 156 (61.33% from 255) = 34.44%
BLUE value IS 216 (84.77% from 255) = 47.68%
R=17.88%
G=34.44%
B=47.68%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal811562160.620.2800.15206.6763.3858.24
Hex519CD83E1C0Fcf3f3a
Octal12123433076340173177772
Binary10100011001110011011000111110111000111111001111111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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