#408BCE

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

Shades of Curious Blue #408BCE

Tints of Curious Blue #408BCE

Color information

#408BCE (or 0x408BCE) is unknown color: approx Curious Blue. HEX triplet: 40, 8B and CE. RGB value is (64,139,206). Sum of RGB (Red+Green+Blue) = 64+139+206=409 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.65% from 409); Green value is 139 (54.69% from 255 or 33.99% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #408BCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408BCE is #BF7431. Grayscale: #7B7B7B. Windows color (decimal): -12547122 or 13536064. OLE color: 13536064.

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

Color convert

RGB64139206-
CMYK0.690.3300.19
HSL208.31º59.17%52.94%-
HSV(B)208.31º68.93%80.78%-
XYZ22.4924.0161.84-
YUV124.21174.1585.05-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.65%
GREEN value IS 139 (54.69% from 255) = 33.99%
BLUE value IS 206 (80.86% from 255) = 50.37%
R=15.65%
G=33.99%
B=50.37%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal641392060.690.3300.19208.3159.1752.94
Hex408BCE4521013d03b35
Octal100213316105410233207365
Binary10000001000101111001110100010110000101001111010000111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,139,206); }

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

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

 a { background-color: rgb(64,139,206); }

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

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

 span { border-color: rgb(64,139,206); }

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