Shades of Havelock Blue #458AD6
Tints of Havelock Blue #458AD6
RGB
CMYK
RGB Variations
Color information
#458AD6 (or 0x458AD6) is known color: Havelock Blue. HEX triplet: 45, 8A and D6. RGB value is (69,138,214). Sum of RGB (Red+Green+Blue) = 69+138+214=421 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.39% from 421); Green value is 138 (54.30% from 255 or 32.78% from 421); Blue value is 214 (83.98% from 255 or 50.83% from 421); Max value from RGB is 214 - color contains mainly: blue. Hex color #458AD6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #458AD6 is #BA7529. Grayscale: #7D7D7D. Windows color (decimal): -12219690 or 14060101. OLE color: 14060101.
HSL color Cylindrical-coordinate representation of color #458AD6: hue angle of 211.45º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #458AD6 is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 69 | 138 | 214 | - |
| CMYK | 0.68 | 0.36 | 0 | 0.16 |
| HSL | 211.45º | 0.64% | 0.55% | - |
| HSV(B) | 211.45º | 0.68% | 0.84% | - |
| XYZ | 23.68 | 24.3 | 67.06 | - |
| YUV | 126.03 | 177.64 | 87.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 138 | 214 | 0.68 | 0.36 | 0 | 0.16 | 211.45 | 0.64 | 0.55 |
| Hex | 45 | 8A | D6 | 44 | 24 | 0 | 10 | D3 | 40 | 37 |
| Octal | 105 | 212 | 326 | 104 | 44 | 0 | 20 | 323 | 100 | 67 |
| Binary | 1000101 | 10001010 | 11010110 | 1000100 | 100100 | 0 | 10000 | 11010011 | 1000000 | 110111 |
Color Harmonies of #458AD6
Complementary color
Monochromatic Colors of #458AD6
Black with #458AD6
Text Example
Text Example
White with #458AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458AD6; }
p { color: rgb(69,138,214); }
H1.HeaderClassName
{
color: #458AD6;
}
.AnyTagClassName
{
color: #458AD6;
}
</style>
background-color css
<style>
a { background-color: #458AD6; }
a { background-color: rgb(69,138,214); }
div.DivClassName
{
background-color: #458AD6;
}
.BgClassName
{
background-color: #458AD6;
}
</style>
border-color css
<style>
span { border-color: #458AD6; }
span { border-color: rgb(69,138,214); }
td.TdClassName
{
border-color: #458AD6;
}
.TagClassName
{
border-color: #458AD6;
}
</style>