#509BDF

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

Shades of Picton Blue #509BDF

Tints of Picton Blue #509BDF

Color information

#509BDF (or 0x509BDF) is unknown color: approx Picton Blue. HEX triplet: 50, 9B and DF. RGB value is (80,155,223). Sum of RGB (Red+Green+Blue) = 80+155+223=458 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.47% from 458); Green value is 155 (60.94% from 255 or 33.84% from 458); Blue value is 223 (87.5% from 255 or 48.69% from 458); Max value from RGB is 223 - color contains mainly: blue. Hex color #509BDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509BDF is #AF6420. Grayscale: #8B8B8B. Windows color (decimal): -11494433 or 14654288. OLE color: 14654288.

HSL color Cylindrical-coordinate representation of color #509BDF: hue angle of 208.53º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #509BDF is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB80155223-
CMYK0.640.3000.13
HSL208.53º69.08%59.41%-
HSV(B)208.53º64.13%87.45%-
XYZ28.3530.4874.2-
YUV140.33174.6584.97-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.47%
GREEN value IS 155 (60.94% from 255) = 33.84%
BLUE value IS 223 (87.5% from 255) = 48.69%
R=17.47%
G=33.84%
B=48.69%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal801552230.640.3000.13208.5369.0859.41
Hex509BDF401E0Dd1453b
Octal1202333371003601532110573
Binary1010000100110111101111110000001111001101110100011000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509BDF; }

 p { color: rgb(80,155,223); }

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

<style>
 a { background-color: #509BDF; }

 a { background-color: rgb(80,155,223); }

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

<style>
 span { border-color: #509BDF; }

 span { border-color: rgb(80,155,223); }

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