Shades of Havelock Blue #468CDB
Tints of Havelock Blue #468CDB
RGB
CMYK
RGB Variations
Color information
#468CDB (or 0x468CDB) is known color: Havelock Blue. HEX triplet: 46, 8C and DB. RGB value is (70,140,219). Sum of RGB (Red+Green+Blue) = 70+140+219=429 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.32% from 429); Green value is 140 (55.08% from 255 or 32.63% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #468CDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468CDB is #B97324. Grayscale: #7F7F7F. Windows color (decimal): -12153637 or 14388294. OLE color: 14388294.
HSL color Cylindrical-coordinate representation of color #468CDB: hue angle of 211.81º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #468CDB is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 140 | 219 | - |
| CMYK | 0.68 | 0.36 | 0 | 0.14 |
| HSL | 211.81º | 0.67% | 0.57% | - |
| HSV(B) | 211.81º | 0.68% | 0.86% | - |
| XYZ | 24.69 | 25.17 | 70.58 | - |
| YUV | 128.08 | 179.31 | 86.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 140 | 219 | 0.68 | 0.36 | 0 | 0.14 | 211.81 | 0.67 | 0.57 |
| Hex | 46 | 8C | DB | 44 | 24 | 0 | E | D4 | 43 | 39 |
| Octal | 106 | 214 | 333 | 104 | 44 | 0 | 16 | 324 | 103 | 71 |
| Binary | 1000110 | 10001100 | 11011011 | 1000100 | 100100 | 0 | 1110 | 11010100 | 1000011 | 111001 |
Color Harmonies of #468CDB
Complementary color
Monochromatic Colors of #468CDB
Black with #468CDB
Text Example
Text Example
White with #468CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468CDB; }
p { color: rgb(70,140,219); }
H1.HeaderClassName
{
color: #468CDB;
}
.AnyTagClassName
{
color: #468CDB;
}
</style>
background-color css
<style>
a { background-color: #468CDB; }
a { background-color: rgb(70,140,219); }
div.DivClassName
{
background-color: #468CDB;
}
.BgClassName
{
background-color: #468CDB;
}
</style>
border-color css
<style>
span { border-color: #468CDB; }
span { border-color: rgb(70,140,219); }
td.TdClassName
{
border-color: #468CDB;
}
.TagClassName
{
border-color: #468CDB;
}
</style>