Shades of Havelock Blue #458BD0
Tints of Havelock Blue #458BD0
RGB
CMYK
RGB Variations
Color information
#458BD0 (or 0x458BD0) is known color: Havelock Blue. HEX triplet: 45, 8B and D0. RGB value is (69,139,208). Sum of RGB (Red+Green+Blue) = 69+139+208=416 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.59% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 208 (81.64% from 255 or 50% from 416); Max value from RGB is 208 - color contains mainly: blue. Hex color #458BD0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #458BD0 is #BA742F. Grayscale: #7D7D7D. Windows color (decimal): -12219440 or 13667141. OLE color: 13667141.
HSL color Cylindrical-coordinate representation of color #458BD0: hue angle of 209.78º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #458BD0 is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 69 | 139 | 208 | - |
| CMYK | 0.67 | 0.33 | 0 | 0.18 |
| HSL | 209.78º | 0.6% | 0.54% | - |
| HSV(B) | 209.78º | 0.67% | 0.82% | - |
| XYZ | 23.07 | 24.28 | 63.15 | - |
| YUV | 125.94 | 174.31 | 87.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 139 | 208 | 0.67 | 0.33 | 0 | 0.18 | 209.78 | 0.6 | 0.54 |
| Hex | 45 | 8B | D0 | 43 | 21 | 0 | 12 | D2 | 3C | 36 |
| Octal | 105 | 213 | 320 | 103 | 41 | 0 | 22 | 322 | 74 | 66 |
| Binary | 1000101 | 10001011 | 11010000 | 1000011 | 100001 | 0 | 10010 | 11010010 | 111100 | 110110 |
Color Harmonies of #458BD0
Complementary color
Monochromatic Colors of #458BD0
Black with #458BD0
Text Example
Text Example
White with #458BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458BD0; }
p { color: rgb(69,139,208); }
H1.HeaderClassName
{
color: #458BD0;
}
.AnyTagClassName
{
color: #458BD0;
}
</style>
background-color css
<style>
a { background-color: #458BD0; }
a { background-color: rgb(69,139,208); }
div.DivClassName
{
background-color: #458BD0;
}
.BgClassName
{
background-color: #458BD0;
}
</style>
border-color css
<style>
span { border-color: #458BD0; }
span { border-color: rgb(69,139,208); }
td.TdClassName
{
border-color: #458BD0;
}
.TagClassName
{
border-color: #458BD0;
}
</style>