#408ECB

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

Shades of Curious Blue #408ECB

Tints of Curious Blue #408ECB

Color information

#408ECB (or 0x408ECB) is unknown color: approx Curious Blue. HEX triplet: 40, 8E and CB. RGB value is (64,142,203). Sum of RGB (Red+Green+Blue) = 64+142+203=409 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.65% from 409); Green value is 142 (55.86% from 255 or 34.72% from 409); Blue value is 203 (79.69% from 255 or 49.63% from 409); Max value from RGB is 203 - color contains mainly: blue. Hex color #408ECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408ECB is #BF7134. Grayscale: #7D7D7D. Windows color (decimal): -12546357 or 13340224. OLE color: 13340224.

HSL color Cylindrical-coordinate representation of color #408ECB: hue angle of 206.33º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #408ECB is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB64142203-
CMYK0.680.3000.20
HSL206.33º57.2%52.35%-
HSV(B)206.33º68.47%79.61%-
XYZ22.5724.7560.09-
YUV125.63171.6684.04-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.65%
GREEN value IS 142 (55.86% from 255) = 34.72%
BLUE value IS 203 (79.69% from 255) = 49.63%
R=15.65%
G=34.72%
B=49.63%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal641422030.680.3000.20206.3357.252.35
Hex408ECB441E014ce3934
Octal100216313104360243167164
Binary1000000100011101100101110001001111001010011001110111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,142,203); }

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

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

 a { background-color: rgb(64,142,203); }

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

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

 span { border-color: rgb(64,142,203); }

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