#509ADF

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

Shades of Picton Blue #509ADF

Tints of Picton Blue #509ADF

Color information

#509ADF (or 0x509ADF) is unknown color: approx Picton Blue. HEX triplet: 50, 9A and DF. RGB value is (80,154,223). Sum of RGB (Red+Green+Blue) = 80+154+223=457 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.51% from 457); Green value is 154 (60.55% from 255 or 33.70% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #509ADF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509ADF is #AF6520. Grayscale: #8B8B8B. Windows color (decimal): -11494689 or 14654032. OLE color: 14654032.

HSL color Cylindrical-coordinate representation of color #509ADF: hue angle of 208.95º 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 #509ADF is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB80154223-
CMYK0.640.3100.13
HSL208.95º69.08%59.41%-
HSV(B)208.95º64.13%87.45%-
XYZ28.1830.1474.15-
YUV139.74174.9885.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.51%
GREEN value IS 154 (60.55% from 255) = 33.70%
BLUE value IS 223 (87.5% from 255) = 48.80%
R=17.51%
G=33.70%
B=48.80%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal801542230.640.3100.13208.9569.0859.41
Hex509ADF401F0Dd1453b
Octal1202323371003701532110573
Binary1010000100110101101111110000001111101101110100011000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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