Shades of Havelock Blue #458DCF
Tints of Havelock Blue #458DCF
RGB
CMYK
RGB Variations
Color information
#458DCF (or 0x458DCF) is known color: Havelock Blue. HEX triplet: 45, 8D and CF. RGB value is (69,141,207). Sum of RGB (Red+Green+Blue) = 69+141+207=417 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.55% from 417); Green value is 141 (55.47% from 255 or 33.81% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #458DCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #458DCF is #BA7230. Grayscale: #7E7E7E. Windows color (decimal): -12218929 or 13602117. OLE color: 13602117.
HSL color Cylindrical-coordinate representation of color #458DCF: hue angle of 208.7º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #458DCF is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 141 | 207 | - |
| CMYK | 0.67 | 0.32 | 0 | 0.19 |
| HSL | 208.7º | 0.59% | 0.54% | - |
| HSV(B) | 208.7º | 0.67% | 0.81% | - |
| XYZ | 23.24 | 24.82 | 62.6 | - |
| YUV | 127 | 173.15 | 86.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 141 | 207 | 0.67 | 0.32 | 0 | 0.19 | 208.7 | 0.59 | 0.54 |
| Hex | 45 | 8D | CF | 43 | 20 | 0 | 13 | D1 | 3B | 36 |
| Octal | 105 | 215 | 317 | 103 | 40 | 0 | 23 | 321 | 73 | 66 |
| Binary | 1000101 | 10001101 | 11001111 | 1000011 | 100000 | 0 | 10011 | 11010001 | 111011 | 110110 |
Color Harmonies of #458DCF
Complementary color
Monochromatic Colors of #458DCF
Black with #458DCF
Text Example
Text Example
White with #458DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458DCF; }
p { color: rgb(69,141,207); }
H1.HeaderClassName
{
color: #458DCF;
}
.AnyTagClassName
{
color: #458DCF;
}
</style>
background-color css
<style>
a { background-color: #458DCF; }
a { background-color: rgb(69,141,207); }
div.DivClassName
{
background-color: #458DCF;
}
.BgClassName
{
background-color: #458DCF;
}
</style>
border-color css
<style>
span { border-color: #458DCF; }
span { border-color: rgb(69,141,207); }
td.TdClassName
{
border-color: #458DCF;
}
.TagClassName
{
border-color: #458DCF;
}
</style>