Shades of Havelock Blue #468FCF
Tints of Havelock Blue #468FCF
RGB
CMYK
RGB Variations
Color information
#468FCF (or 0x468FCF) is known color: Havelock Blue. HEX triplet: 46, 8F and CF. RGB value is (70,143,207). Sum of RGB (Red+Green+Blue) = 70+143+207=420 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.67% from 420); Green value is 143 (56.25% from 255 or 34.05% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #468FCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468FCF is #B97030. Grayscale: #808080. Windows color (decimal): -12152881 or 13602630. OLE color: 13602630.
HSL color Cylindrical-coordinate representation of color #468FCF: hue angle of 208.03º 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 #468FCF is Cyan = 0.66, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 143 | 207 | - |
| CMYK | 0.66 | 0.31 | 0 | 0.19 |
| HSL | 208.03º | 0.59% | 0.54% | - |
| HSV(B) | 208.03º | 0.66% | 0.81% | - |
| XYZ | 23.61 | 25.45 | 62.7 | - |
| YUV | 128.47 | 172.32 | 86.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 143 | 207 | 0.66 | 0.31 | 0 | 0.19 | 208.03 | 0.59 | 0.54 |
| Hex | 46 | 8F | CF | 42 | 1F | 0 | 13 | D0 | 3B | 36 |
| Octal | 106 | 217 | 317 | 102 | 37 | 0 | 23 | 320 | 73 | 66 |
| Binary | 1000110 | 10001111 | 11001111 | 1000010 | 11111 | 0 | 10011 | 11010000 | 111011 | 110110 |
Color Harmonies of #468FCF
Complementary color
Monochromatic Colors of #468FCF
Black with #468FCF
Text Example
Text Example
White with #468FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468FCF; }
p { color: rgb(70,143,207); }
H1.HeaderClassName
{
color: #468FCF;
}
.AnyTagClassName
{
color: #468FCF;
}
</style>
background-color css
<style>
a { background-color: #468FCF; }
a { background-color: rgb(70,143,207); }
div.DivClassName
{
background-color: #468FCF;
}
.BgClassName
{
background-color: #468FCF;
}
</style>
border-color css
<style>
span { border-color: #468FCF; }
span { border-color: rgb(70,143,207); }
td.TdClassName
{
border-color: #468FCF;
}
.TagClassName
{
border-color: #468FCF;
}
</style>