#407CD0

Color #407CD0 Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #407CD0

Tints of Havelock Blue #407CD0

Color information

#407CD0 (or 0x407CD0) is unknown color: approx Havelock Blue. HEX triplet: 40, 7C and D0. RGB value is (64,124,208). Sum of RGB (Red+Green+Blue) = 64+124+208=396 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.16% from 396); Green value is 124 (48.83% from 255 or 31.31% from 396); Blue value is 208 (81.64% from 255 or 52.53% from 396); Max value from RGB is 208 - color contains mainly: blue. Hex color #407CD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407CD0 is #BF832F. Grayscale: #737373. Windows color (decimal): -12550960 or 13663296. OLE color: 13663296.

HSL color Cylindrical-coordinate representation of color #407CD0: hue angle of 215º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #407CD0 is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB64124208-
CMYK0.690.4000.18
HSL215º60.5%53.33%-
HSV(B)215º69.23%81.57%-
XYZ20.7120.0662.45-
YUV115.64180.1291.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.16%
GREEN value IS 124 (48.83% from 255) = 31.31%
BLUE value IS 208 (81.64% from 255) = 52.53%
R=16.16%
G=31.31%
B=52.53%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal641242080.690.4000.1821560.553.33
Hex407CD04528012d73d35
Octal100174320105500223277565
Binary1000000111110011010000100010110100001001011010111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407CD0; }

 p { color: rgb(64,124,208); }

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

<style>
 a { background-color: #407CD0; }

 a { background-color: rgb(64,124,208); }

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

<style>
 span { border-color: #407CD0; }

 span { border-color: rgb(64,124,208); }

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