#519CDC

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

Shades of Picton Blue #519CDC

Tints of Picton Blue #519CDC

Color information

#519CDC (or 0x519CDC) is unknown color: approx Picton Blue. HEX triplet: 51, 9C and DC. RGB value is (81,156,220). Sum of RGB (Red+Green+Blue) = 81+156+220=457 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.72% from 457); Green value is 156 (61.33% from 255 or 34.14% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #519CDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519CDC is #AE6323. Grayscale: #8C8C8C. Windows color (decimal): -11428644 or 14457937. OLE color: 14457937.

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

Color convert

RGB81156220-
CMYK0.630.2900.14
HSL207.63º66.51%59.02%-
HSV(B)207.63º63.18%86.27%-
XYZ28.230.6972.15-
YUV140.87172.6585.3-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.72%
GREEN value IS 156 (61.33% from 255) = 34.14%
BLUE value IS 220 (86.33% from 255) = 48.14%
R=17.72%
G=34.14%
B=48.14%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal811562200.630.2900.14207.6366.5159.02
Hex519CDC3F1D0Ed0433b
Octal121234334773501632010373
Binary101000110011100110111001111111110101110110100001000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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