#408BCB

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

Shades of Curious Blue #408BCB

Tints of Curious Blue #408BCB

Color information

#408BCB (or 0x408BCB) is unknown color: approx Curious Blue. HEX triplet: 40, 8B and CB. RGB value is (64,139,203). Sum of RGB (Red+Green+Blue) = 64+139+203=406 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.76% from 406); Green value is 139 (54.69% from 255 or 34.24% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #408BCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408BCB is #BF7434. Grayscale: #7B7B7B. Windows color (decimal): -12547125 or 13339456. OLE color: 13339456.

HSL color Cylindrical-coordinate representation of color #408BCB: hue angle of 207.63º 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 #408BCB is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB64139203-
CMYK0.680.3200.20
HSL207.63º57.2%52.35%-
HSV(B)207.63º68.47%79.61%-
XYZ22.1323.8759.94-
YUV123.87172.6585.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.76%
GREEN value IS 139 (54.69% from 255) = 34.24%
BLUE value IS 203 (79.69% from 255) = 50%
R=15.76%
G=34.24%
B=50%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal641392030.680.3200.20207.6357.252.35
Hex408BCB4420014d03934
Octal100213313104400243207164
Binary10000001000101111001011100010010000001010011010000111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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