#519BDC

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

Shades of Picton Blue #519BDC

Tints of Picton Blue #519BDC

Color information

#519BDC (or 0x519BDC) is unknown color: approx Picton Blue. HEX triplet: 51, 9B and DC. RGB value is (81,155,220). Sum of RGB (Red+Green+Blue) = 81+155+220=456 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.76% from 456); Green value is 155 (60.94% from 255 or 33.99% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #519BDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519BDC is #AE6423. Grayscale: #8B8B8B. Windows color (decimal): -11428900 or 14457681. OLE color: 14457681.

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

Color convert

RGB81155220-
CMYK0.630.3000.14
HSL208.06º66.51%59.02%-
HSV(B)208.06º63.18%86.27%-
XYZ28.0330.3672.09-
YUV140.28172.9885.71-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.76%
GREEN value IS 155 (60.94% from 255) = 33.99%
BLUE value IS 220 (86.33% from 255) = 48.25%
R=17.76%
G=33.99%
B=48.25%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal811552200.630.3000.14208.0666.5159.02
Hex519BDC3F1E0Ed0433b
Octal121233334773601632010373
Binary101000110011011110111001111111111001110110100001000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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