#408FD8

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

Shades of Picton Blue #408FD8

Tints of Picton Blue #408FD8

Color information

#408FD8 (or 0x408FD8) is unknown color: approx Picton Blue. HEX triplet: 40, 8F and D8. RGB value is (64,143,216). Sum of RGB (Red+Green+Blue) = 64+143+216=423 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.13% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 216 (84.77% from 255 or 51.06% from 423); Max value from RGB is 216 - color contains mainly: blue. Hex color #408FD8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408FD8 is #BF7027. Grayscale: #7F7F7F. Windows color (decimal): -12546088 or 14192448. OLE color: 14192448.

HSL color Cylindrical-coordinate representation of color #408FD8: hue angle of 208.82º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #408FD8 is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB64143216-
CMYK0.700.3400.15
HSL208.82º66.09%54.9%-
HSV(B)208.82º70.37%84.71%-
XYZ24.3325.6968.64-
YUV127.7177.8382.56-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.13%
GREEN value IS 143 (56.25% from 255) = 33.81%
BLUE value IS 216 (84.77% from 255) = 51.06%
R=15.13%
G=33.81%
B=51.06%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal641432160.700.3400.15208.8266.0954.9
Hex408FD846220Fd14237
Octal1002173301064201732110267
Binary10000001000111111011000100011010001001111110100011000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,143,216); }

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

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

 a { background-color: rgb(64,143,216); }

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

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

 span { border-color: rgb(64,143,216); }

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