Shades of Havelock Blue #418BDE
Tints of Havelock Blue #418BDE
RGB
CMYK
RGB Variations
Color information
#418BDE (or 0x418BDE) is known color: Havelock Blue. HEX triplet: 41, 8B and DE. RGB value is (65,139,222). Sum of RGB (Red+Green+Blue) = 65+139+222=426 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.26% from 426); Green value is 139 (54.69% from 255 or 32.63% from 426); Blue value is 222 (87.11% from 255 or 52.11% from 426); Max value from RGB is 222 - color contains mainly: blue. Hex color #418BDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418BDE is #BE7421. Grayscale: #7D7D7D. Windows color (decimal): -12481570 or 14584641. OLE color: 14584641.
HSL color Cylindrical-coordinate representation of color #418BDE: hue angle of 211.72º degrees, saturation: 0.7, 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 #418BDE is Cyan = 0.71, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 139 | 222 | - |
| CMYK | 0.71 | 0.37 | 0 | 0.13 |
| HSL | 211.72º | 0.7% | 0.56% | - |
| HSV(B) | 211.72º | 0.71% | 0.87% | - |
| XYZ | 24.6 | 24.86 | 72.61 | - |
| YUV | 126.34 | 181.98 | 84.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 139 | 222 | 0.71 | 0.37 | 0 | 0.13 | 211.72 | 0.7 | 0.56 |
| Hex | 41 | 8B | DE | 47 | 25 | 0 | D | D4 | 46 | 38 |
| Octal | 101 | 213 | 336 | 107 | 45 | 0 | 15 | 324 | 106 | 70 |
| Binary | 1000001 | 10001011 | 11011110 | 1000111 | 100101 | 0 | 1101 | 11010100 | 1000110 | 111000 |
Color Harmonies of #418BDE
Complementary color
Monochromatic Colors of #418BDE
Black with #418BDE
Text Example
Text Example
White with #418BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418BDE; }
p { color: rgb(65,139,222); }
H1.HeaderClassName
{
color: #418BDE;
}
.AnyTagClassName
{
color: #418BDE;
}
</style>
background-color css
<style>
a { background-color: #418BDE; }
a { background-color: rgb(65,139,222); }
div.DivClassName
{
background-color: #418BDE;
}
.BgClassName
{
background-color: #418BDE;
}
</style>
border-color css
<style>
span { border-color: #418BDE; }
span { border-color: rgb(65,139,222); }
td.TdClassName
{
border-color: #418BDE;
}
.TagClassName
{
border-color: #418BDE;
}
</style>