#519BD9

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

Shades of Picton Blue #519BD9

Tints of Picton Blue #519BD9

Color information

#519BD9 (or 0x519BD9) is unknown color: approx Picton Blue. HEX triplet: 51, 9B and D9. RGB value is (81,155,217). Sum of RGB (Red+Green+Blue) = 81+155+217=453 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.88% from 453); Green value is 155 (60.94% from 255 or 34.22% from 453); Blue value is 217 (85.16% from 255 or 47.90% from 453); Max value from RGB is 217 - color contains mainly: blue. Hex color #519BD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519BD9 is #AE6426. Grayscale: #8B8B8B. Windows color (decimal): -11428903 or 14261073. OLE color: 14261073.

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

Color convert

RGB81155217-
CMYK0.630.2900.15
HSL207.35º64.15%58.43%-
HSV(B)207.35º62.67%85.1%-
XYZ27.6430.270.02-
YUV139.94171.4885.96-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.88%
GREEN value IS 155 (60.94% from 255) = 34.22%
BLUE value IS 217 (85.16% from 255) = 47.90%
R=17.88%
G=34.22%
B=47.90%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal811552170.630.2900.15207.3564.1558.43
Hex519BD93F1D0Fcf403a
Octal121233331773501731710072
Binary101000110011011110110011111111110101111110011111000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,155,217); }

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

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

 a { background-color: rgb(81,155,217); }

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

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

 span { border-color: rgb(81,155,217); }

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