#408DDA

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

Shades of Picton Blue #408DDA

Tints of Picton Blue #408DDA

Color information

#408DDA (or 0x408DDA) is unknown color: approx Picton Blue. HEX triplet: 40, 8D and DA. RGB value is (64,141,218). Sum of RGB (Red+Green+Blue) = 64+141+218=423 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.13% from 423); Green value is 141 (55.47% from 255 or 33.33% from 423); Blue value is 218 (85.55% from 255 or 51.54% from 423); Max value from RGB is 218 - color contains mainly: blue. Hex color #408DDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408DDA is #BF7225. Grayscale: #7E7E7E. Windows color (decimal): -12546598 or 14323008. OLE color: 14323008.

HSL color Cylindrical-coordinate representation of color #408DDA: hue angle of 210º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #408DDA is Cyan = 0.71, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB64141218-
CMYK0.710.3500.15
HSL210º67.54%55.29%-
HSV(B)210º70.64%85.49%-
XYZ24.2925.269.91-
YUV126.76179.4983.24-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.13%
GREEN value IS 141 (55.47% from 255) = 33.33%
BLUE value IS 218 (85.55% from 255) = 51.54%
R=15.13%
G=33.33%
B=51.54%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal641412180.710.3500.1521067.5455.29
Hex408DDA47230Fd24437
Octal1002153321074301732210467
Binary10000001000110111011010100011110001101111110100101000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408DDA; }

 p { color: rgb(64,141,218); }

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

<style>
 a { background-color: #408DDA; }

 a { background-color: rgb(64,141,218); }

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

<style>
 span { border-color: #408DDA; }

 span { border-color: rgb(64,141,218); }

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