Shades of Havelock Blue #408BDF
Tints of Havelock Blue #408BDF
RGB
CMYK
RGB Variations
Color information
#408BDF (or 0x408BDF) is known color: Havelock Blue. HEX triplet: 40, 8B and DF. RGB value is (64,139,223). Sum of RGB (Red+Green+Blue) = 64+139+223=426 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.02% from 426); Green value is 139 (54.69% from 255 or 32.63% from 426); Blue value is 223 (87.5% from 255 or 52.35% from 426); Max value from RGB is 223 - color contains mainly: blue. Hex color #408BDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408BDF is #BF7420. Grayscale: #7D7D7D. Windows color (decimal): -12547105 or 14650176. OLE color: 14650176.
HSL color Cylindrical-coordinate representation of color #408BDF: hue angle of 211.7º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #408BDF is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 139 | 223 | - |
| CMYK | 0.71 | 0.38 | 0 | 0.13 |
| HSL | 211.7º | 0.71% | 0.56% | - |
| HSV(B) | 211.7º | 0.71% | 0.87% | - |
| XYZ | 24.67 | 24.88 | 73.31 | - |
| YUV | 126.15 | 182.65 | 83.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 139 | 223 | 0.71 | 0.38 | 0 | 0.13 | 211.7 | 0.71 | 0.56 |
| Hex | 40 | 8B | DF | 47 | 26 | 0 | D | D4 | 47 | 38 |
| Octal | 100 | 213 | 337 | 107 | 46 | 0 | 15 | 324 | 107 | 70 |
| Binary | 1000000 | 10001011 | 11011111 | 1000111 | 100110 | 0 | 1101 | 11010100 | 1000111 | 111000 |
Color Harmonies of #408BDF
Complementary color
Monochromatic Colors of #408BDF
Black with #408BDF
Text Example
Text Example
White with #408BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408BDF; }
p { color: rgb(64,139,223); }
H1.HeaderClassName
{
color: #408BDF;
}
.AnyTagClassName
{
color: #408BDF;
}
</style>
background-color css
<style>
a { background-color: #408BDF; }
a { background-color: rgb(64,139,223); }
div.DivClassName
{
background-color: #408BDF;
}
.BgClassName
{
background-color: #408BDF;
}
</style>
border-color css
<style>
span { border-color: #408BDF; }
span { border-color: rgb(64,139,223); }
td.TdClassName
{
border-color: #408BDF;
}
.TagClassName
{
border-color: #408BDF;
}
</style>