#408DD0

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

Shades of Curious Blue #408DD0

Tints of Curious Blue #408DD0

Color information

#408DD0 (or 0x408DD0) is unknown color: approx Curious Blue. HEX triplet: 40, 8D and D0. RGB value is (64,141,208). Sum of RGB (Red+Green+Blue) = 64+141+208=413 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.50% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 208 (81.64% from 255 or 50.36% from 413); Max value from RGB is 208 - color contains mainly: blue. Hex color #408DD0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408DD0 is #BF722F. Grayscale: #7D7D7D. Windows color (decimal): -12546608 or 13667648. OLE color: 13667648.

HSL color Cylindrical-coordinate representation of color #408DD0: hue angle of 207.92º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #408DD0 is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB64141208-
CMYK0.690.3200.18
HSL207.92º60.5%53.33%-
HSV(B)207.92º69.23%81.57%-
XYZ23.0224.6963.23-
YUV125.62174.4984.05-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.50%
GREEN value IS 141 (55.47% from 255) = 34.14%
BLUE value IS 208 (81.64% from 255) = 50.36%
R=15.50%
G=34.14%
B=50.36%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal641412080.690.3200.18207.9260.553.33
Hex408DD04520012d03d35
Octal100215320105400223207565
Binary10000001000110111010000100010110000001001011010000111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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