#408FC7

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

Shades of Curious Blue #408FC7

Tints of Curious Blue #408FC7

Color information

#408FC7 (or 0x408FC7) is unknown color: approx Curious Blue. HEX triplet: 40, 8F and C7. RGB value is (64,143,199). Sum of RGB (Red+Green+Blue) = 64+143+199=406 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.76% from 406); Green value is 143 (56.25% from 255 or 35.22% from 406); Blue value is 199 (78.12% from 255 or 49.01% from 406); Max value from RGB is 199 - color contains mainly: blue. Hex color #408FC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408FC7 is #BF7038. Grayscale: #7D7D7D. Windows color (decimal): -12546105 or 13078336. OLE color: 13078336.

HSL color Cylindrical-coordinate representation of color #408FC7: hue angle of 204.89º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #408FC7 is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB64143199-
CMYK0.680.2800.22
HSL204.89º54.66%51.57%-
HSV(B)204.89º67.84%78.04%-
XYZ22.2524.8657.66-
YUV125.76169.3383.95-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.76%
GREEN value IS 143 (56.25% from 255) = 35.22%
BLUE value IS 199 (78.12% from 255) = 49.01%
R=15.76%
G=35.22%
B=49.01%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal641431990.680.2800.22204.8954.6651.57
Hex408FC7441C016cd3734
Octal100217307104340263156764
Binary1000000100011111100011110001001110001011011001101110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408FC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,143,199); }

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

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

 a { background-color: rgb(64,143,199); }

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

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

 span { border-color: rgb(64,143,199); }

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