Shades of Havelock Blue #468BD3
Tints of Havelock Blue #468BD3
RGB
CMYK
RGB Variations
Color information
#468BD3 (or 0x468BD3) is known color: Havelock Blue. HEX triplet: 46, 8B and D3. RGB value is (70,139,211). Sum of RGB (Red+Green+Blue) = 70+139+211=420 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.67% from 420); Green value is 139 (54.69% from 255 or 33.10% from 420); Blue value is 211 (82.81% from 255 or 50.24% from 420); Max value from RGB is 211 - color contains mainly: blue. Hex color #468BD3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468BD3 is #B9742C. Grayscale: #7E7E7E. Windows color (decimal): -12153901 or 13863750. OLE color: 13863750.
HSL color Cylindrical-coordinate representation of color #468BD3: hue angle of 210.64º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #468BD3 is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 70 | 139 | 211 | - |
| CMYK | 0.67 | 0.34 | 0 | 0.17 |
| HSL | 210.64º | 0.62% | 0.55% | - |
| HSV(B) | 210.64º | 0.67% | 0.83% | - |
| XYZ | 23.52 | 24.47 | 65.11 | - |
| YUV | 126.58 | 175.64 | 87.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 139 | 211 | 0.67 | 0.34 | 0 | 0.17 | 210.64 | 0.62 | 0.55 |
| Hex | 46 | 8B | D3 | 43 | 22 | 0 | 11 | D3 | 3E | 37 |
| Octal | 106 | 213 | 323 | 103 | 42 | 0 | 21 | 323 | 76 | 67 |
| Binary | 1000110 | 10001011 | 11010011 | 1000011 | 100010 | 0 | 10001 | 11010011 | 111110 | 110111 |
Color Harmonies of #468BD3
Complementary color
Monochromatic Colors of #468BD3
Black with #468BD3
Text Example
Text Example
White with #468BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468BD3; }
p { color: rgb(70,139,211); }
H1.HeaderClassName
{
color: #468BD3;
}
.AnyTagClassName
{
color: #468BD3;
}
</style>
background-color css
<style>
a { background-color: #468BD3; }
a { background-color: rgb(70,139,211); }
div.DivClassName
{
background-color: #468BD3;
}
.BgClassName
{
background-color: #468BD3;
}
</style>
border-color css
<style>
span { border-color: #468BD3; }
span { border-color: rgb(70,139,211); }
td.TdClassName
{
border-color: #468BD3;
}
.TagClassName
{
border-color: #468BD3;
}
</style>