#408BCC

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

Shades of Curious Blue #408BCC

Tints of Curious Blue #408BCC

Color information

#408BCC (or 0x408BCC) is unknown color: approx Curious Blue. HEX triplet: 40, 8B and CC. RGB value is (64,139,204). Sum of RGB (Red+Green+Blue) = 64+139+204=407 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.72% from 407); Green value is 139 (54.69% from 255 or 34.15% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #408BCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408BCC is #BF7433. Grayscale: #7B7B7B. Windows color (decimal): -12547124 or 13404992. OLE color: 13404992.

HSL color Cylindrical-coordinate representation of color #408BCC: hue angle of 207.86º degrees, saturation: 0.58, 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 #408BCC is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB64139204-
CMYK0.690.3200.2
HSL207.86º57.85%52.55%-
HSV(B)207.86º68.63%80%-
XYZ22.2523.9160.57-
YUV123.98173.1585.21-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.72%
GREEN value IS 139 (54.69% from 255) = 34.15%
BLUE value IS 204 (80.08% from 255) = 50.12%
R=15.72%
G=34.15%
B=50.12%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal641392040.690.3200.2207.8657.8552.55
Hex408BCC4520014d03a35
Octal100213314105400243207265
Binary10000001000101111001100100010110000001010011010000111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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