Shades of Havelock Blue #4088DA
Tints of Havelock Blue #4088DA
RGB
CMYK
RGB Variations
Color information
#4088DA (or 0x4088DA) is known color: Havelock Blue. HEX triplet: 40, 88 and DA. RGB value is (64,136,218). Sum of RGB (Red+Green+Blue) = 64+136+218=418 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.31% from 418); Green value is 136 (53.52% from 255 or 32.54% from 418); Blue value is 218 (85.55% from 255 or 52.15% from 418); Max value from RGB is 218 - color contains mainly: blue. Hex color #4088DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4088DA is #BF7725. Grayscale: #7B7B7B. Windows color (decimal): -12547878 or 14321728. OLE color: 14321728.
HSL color Cylindrical-coordinate representation of color #4088DA: hue angle of 211.95º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4088DA is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 136 | 218 | - |
| CMYK | 0.71 | 0.38 | 0 | 0.15 |
| HSL | 211.95º | 0.68% | 0.55% | - |
| HSV(B) | 211.95º | 0.71% | 0.85% | - |
| XYZ | 23.57 | 23.76 | 69.67 | - |
| YUV | 123.82 | 181.15 | 85.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 136 | 218 | 0.71 | 0.38 | 0 | 0.15 | 211.95 | 0.68 | 0.55 |
| Hex | 40 | 88 | DA | 47 | 26 | 0 | F | D4 | 44 | 37 |
| Octal | 100 | 210 | 332 | 107 | 46 | 0 | 17 | 324 | 104 | 67 |
| Binary | 1000000 | 10001000 | 11011010 | 1000111 | 100110 | 0 | 1111 | 11010100 | 1000100 | 110111 |
Color Harmonies of #4088DA
Complementary color
Monochromatic Colors of #4088DA
Black with #4088DA
Text Example
Text Example
White with #4088DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4088DA; }
p { color: rgb(64,136,218); }
H1.HeaderClassName
{
color: #4088DA;
}
.AnyTagClassName
{
color: #4088DA;
}
</style>
background-color css
<style>
a { background-color: #4088DA; }
a { background-color: rgb(64,136,218); }
div.DivClassName
{
background-color: #4088DA;
}
.BgClassName
{
background-color: #4088DA;
}
</style>
border-color css
<style>
span { border-color: #4088DA; }
span { border-color: rgb(64,136,218); }
td.TdClassName
{
border-color: #4088DA;
}
.TagClassName
{
border-color: #4088DA;
}
</style>