#408DDD

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

Shades of Picton Blue #408DDD

Tints of Picton Blue #408DDD

Color information

#408DDD (or 0x408DDD) is unknown color: approx Picton Blue. HEX triplet: 40, 8D and DD. RGB value is (64,141,221). Sum of RGB (Red+Green+Blue) = 64+141+221=426 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.02% from 426); Green value is 141 (55.47% from 255 or 33.10% from 426); Blue value is 221 (86.72% from 255 or 51.88% from 426); Max value from RGB is 221 - color contains mainly: blue. Hex color #408DDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408DDD is #BF7222. Grayscale: #7E7E7E. Windows color (decimal): -12546595 or 14519616. OLE color: 14519616.

HSL color Cylindrical-coordinate representation of color #408DDD: hue angle of 210.57º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #408DDD is Cyan = 0.71, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB64141221-
CMYK0.710.3600.13
HSL210.57º69.78%55.88%-
HSV(B)210.57º71.04%86.67%-
XYZ24.6925.3672-
YUV127.1180.9983-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.02%
GREEN value IS 141 (55.47% from 255) = 33.10%
BLUE value IS 221 (86.72% from 255) = 51.88%
R=15.02%
G=33.10%
B=51.88%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal641412210.710.3600.13210.5769.7855.88
Hex408DDD47240Dd34638
Octal1002153351074401532310670
Binary10000001000110111011101100011110010001101110100111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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