#407dd1

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

Shades of Havelock Blue #407DD1

Tints of Havelock Blue #407DD1

Color information

#407DD1 (or 0x407DD1) is unknown color: approx Havelock Blue. HEX triplet: 40, 7D and D1. RGB value is (64,125,209). Sum of RGB (Red+Green+Blue) = 64+125+209=398 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.08% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 209 (82.03% from 255 or 52.51% from 398); Max value from RGB is 209 - color contains mainly: blue. Hex color #407DD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407DD1 is #BF822E. Grayscale: #737373. Windows color (decimal): -12550703 or 13729088. OLE color: 13729088.

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

Color convert

RGB64125209-
CMYK0.690.4000.18
HSL214.76º61.18%53.53%-
HSV(B)214.76º69.38%81.96%-
XYZ20.9620.3663.15-
YUV116.34180.2990.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.08%
GREEN value IS 125 (49.22% from 255) = 31.41%
BLUE value IS 209 (82.03% from 255) = 52.51%
R=16.08%
G=31.41%
B=52.51%

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
Decimal641252090.690.4000.18214.7661.1853.53
Hex407DD14528012d73d36
Octal100175321105500223277566
Binary1000000111110111010001100010110100001001011010111111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407dd1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,125,209); }

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

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

 a { background-color: rgb(64,125,209); }

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

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

 span { border-color: rgb(64,125,209); }

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