#408DCD

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

Shades of Curious Blue #408DCD

Tints of Curious Blue #408DCD

Color information

#408DCD (or 0x408DCD) is unknown color: approx Curious Blue. HEX triplet: 40, 8D and CD. RGB value is (64,141,205). Sum of RGB (Red+Green+Blue) = 64+141+205=410 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.61% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #408DCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408DCD is #BF7232. Grayscale: #7C7C7C. Windows color (decimal): -12546611 or 13471040. OLE color: 13471040.

HSL color Cylindrical-coordinate representation of color #408DCD: hue angle of 207.23º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #408DCD is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB64141205-
CMYK0.690.3100.20
HSL207.23º58.51%52.75%-
HSV(B)207.23º68.78%80.39%-
XYZ22.6624.5561.3-
YUV125.27172.9984.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.61%
GREEN value IS 141 (55.47% from 255) = 34.39%
BLUE value IS 205 (80.47% from 255) = 50%
R=15.61%
G=34.39%
B=50%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal641412050.690.3100.20207.2358.5152.75
Hex408DCD451F014cf3b35
Octal100215315105370243177365
Binary1000000100011011100110110001011111101010011001111111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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