Shades of Havelock Blue #468ED5
Tints of Havelock Blue #468ED5
RGB
CMYK
RGB Variations
Color information
#468ED5 (or 0x468ED5) is known color: Havelock Blue. HEX triplet: 46, 8E and D5. RGB value is (70,142,213). Sum of RGB (Red+Green+Blue) = 70+142+213=425 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.47% from 425); Green value is 142 (55.86% from 255 or 33.41% from 425); Blue value is 213 (83.59% from 255 or 50.12% from 425); Max value from RGB is 213 - color contains mainly: blue. Hex color #468ED5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468ED5 is #B9712A. Grayscale: #808080. Windows color (decimal): -12153131 or 13995590. OLE color: 13995590.
HSL color Cylindrical-coordinate representation of color #468ED5: hue angle of 209.79º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #468ED5 is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 70 | 142 | 213 | - |
| CMYK | 0.67 | 0.33 | 0 | 0.16 |
| HSL | 209.79º | 0.63% | 0.55% | - |
| HSV(B) | 209.79º | 0.67% | 0.84% | - |
| XYZ | 24.21 | 25.45 | 66.59 | - |
| YUV | 128.57 | 175.65 | 86.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 142 | 213 | 0.67 | 0.33 | 0 | 0.16 | 209.79 | 0.63 | 0.55 |
| Hex | 46 | 8E | D5 | 43 | 21 | 0 | 10 | D2 | 3F | 37 |
| Octal | 106 | 216 | 325 | 103 | 41 | 0 | 20 | 322 | 77 | 67 |
| Binary | 1000110 | 10001110 | 11010101 | 1000011 | 100001 | 0 | 10000 | 11010010 | 111111 | 110111 |
Color Harmonies of #468ED5
Complementary color
Monochromatic Colors of #468ED5
Black with #468ED5
Text Example
Text Example
White with #468ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468ED5; }
p { color: rgb(70,142,213); }
H1.HeaderClassName
{
color: #468ED5;
}
.AnyTagClassName
{
color: #468ED5;
}
</style>
background-color css
<style>
a { background-color: #468ED5; }
a { background-color: rgb(70,142,213); }
div.DivClassName
{
background-color: #468ED5;
}
.BgClassName
{
background-color: #468ED5;
}
</style>
border-color css
<style>
span { border-color: #468ED5; }
span { border-color: rgb(70,142,213); }
td.TdClassName
{
border-color: #468ED5;
}
.TagClassName
{
border-color: #468ED5;
}
</style>