Shades of Havelock Blue #468BCF
Tints of Havelock Blue #468BCF
RGB
CMYK
RGB Variations
Color information
#468BCF (or 0x468BCF) is known color: Havelock Blue. HEX triplet: 46, 8B and CF. RGB value is (70,139,207). Sum of RGB (Red+Green+Blue) = 70+139+207=416 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.83% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #468BCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468BCF is #B97430. Grayscale: #7D7D7D. Windows color (decimal): -12153905 or 13601606. OLE color: 13601606.
HSL color Cylindrical-coordinate representation of color #468BCF: hue angle of 209.78º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #468BCF is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 139 | 207 | - |
| CMYK | 0.66 | 0.33 | 0 | 0.19 |
| HSL | 209.78º | 0.59% | 0.54% | - |
| HSV(B) | 209.78º | 0.66% | 0.81% | - |
| XYZ | 23.02 | 24.27 | 62.5 | - |
| YUV | 126.12 | 173.64 | 87.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 139 | 207 | 0.66 | 0.33 | 0 | 0.19 | 209.78 | 0.59 | 0.54 |
| Hex | 46 | 8B | CF | 42 | 21 | 0 | 13 | D2 | 3B | 36 |
| Octal | 106 | 213 | 317 | 102 | 41 | 0 | 23 | 322 | 73 | 66 |
| Binary | 1000110 | 10001011 | 11001111 | 1000010 | 100001 | 0 | 10011 | 11010010 | 111011 | 110110 |
Color Harmonies of #468BCF
Complementary color
Monochromatic Colors of #468BCF
Black with #468BCF
Text Example
Text Example
White with #468BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468BCF; }
p { color: rgb(70,139,207); }
H1.HeaderClassName
{
color: #468BCF;
}
.AnyTagClassName
{
color: #468BCF;
}
</style>
background-color css
<style>
a { background-color: #468BCF; }
a { background-color: rgb(70,139,207); }
div.DivClassName
{
background-color: #468BCF;
}
.BgClassName
{
background-color: #468BCF;
}
</style>
border-color css
<style>
span { border-color: #468BCF; }
span { border-color: rgb(70,139,207); }
td.TdClassName
{
border-color: #468BCF;
}
.TagClassName
{
border-color: #468BCF;
}
</style>