#408dbf

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

Shades of Curious Blue #408DBF

Tints of Curious Blue #408DBF

Color information

#408DBF (or 0x408DBF) is unknown color: approx Curious Blue. HEX triplet: 40, 8D and BF. RGB value is (64,141,191). Sum of RGB (Red+Green+Blue) = 64+141+191=396 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.16% from 396); Green value is 141 (55.47% from 255 or 35.61% from 396); Blue value is 191 (75% from 255 or 48.23% from 396); Max value from RGB is 191 - color contains mainly: blue. Hex color #408DBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408DBF is #BF7240. Grayscale: #7B7B7B. Windows color (decimal): -12546625 or 12553536. OLE color: 12553536.

HSL color Cylindrical-coordinate representation of color #408DBF: hue angle of 203.62º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #408DBF is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB64141191-
CMYK0.660.2600.25
HSL203.62º49.8%50%-
HSV(B)203.62º66.49%74.9%-
XYZ21.0423.952.79-
YUV123.68165.9985.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.16%
GREEN value IS 141 (55.47% from 255) = 35.61%
BLUE value IS 191 (75% from 255) = 48.23%
R=16.16%
G=35.61%
B=48.23%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal641411910.660.2600.25203.6249.850
Hex408DBF421A019cc3232
Octal100215277102320313146262
Binary1000000100011011011111110000101101001100111001100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408dbf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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