Shades of Havelock Blue #458AD5
Tints of Havelock Blue #458AD5
RGB
CMYK
RGB Variations
Color information
#458AD5 (or 0x458AD5) is known color: Havelock Blue. HEX triplet: 45, 8A and D5. RGB value is (69,138,213). Sum of RGB (Red+Green+Blue) = 69+138+213=420 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.43% from 420); Green value is 138 (54.30% from 255 or 32.86% from 420); Blue value is 213 (83.59% from 255 or 50.71% from 420); Max value from RGB is 213 - color contains mainly: blue. Hex color #458AD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #458AD5 is #BA752A. Grayscale: #7D7D7D. Windows color (decimal): -12219691 or 13994565. OLE color: 13994565.
HSL color Cylindrical-coordinate representation of color #458AD5: hue angle of 211.25º degrees, saturation: 0.63, 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 #458AD5 is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 69 | 138 | 213 | - |
| CMYK | 0.68 | 0.35 | 0 | 0.16 |
| HSL | 211.25º | 0.63% | 0.55% | - |
| HSV(B) | 211.25º | 0.68% | 0.84% | - |
| XYZ | 23.55 | 24.25 | 66.39 | - |
| YUV | 125.92 | 177.14 | 87.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 138 | 213 | 0.68 | 0.35 | 0 | 0.16 | 211.25 | 0.63 | 0.55 |
| Hex | 45 | 8A | D5 | 44 | 23 | 0 | 10 | D3 | 3F | 37 |
| Octal | 105 | 212 | 325 | 104 | 43 | 0 | 20 | 323 | 77 | 67 |
| Binary | 1000101 | 10001010 | 11010101 | 1000100 | 100011 | 0 | 10000 | 11010011 | 111111 | 110111 |
Color Harmonies of #458AD5
Complementary color
Monochromatic Colors of #458AD5
Black with #458AD5
Text Example
Text Example
White with #458AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458AD5; }
p { color: rgb(69,138,213); }
H1.HeaderClassName
{
color: #458AD5;
}
.AnyTagClassName
{
color: #458AD5;
}
</style>
background-color css
<style>
a { background-color: #458AD5; }
a { background-color: rgb(69,138,213); }
div.DivClassName
{
background-color: #458AD5;
}
.BgClassName
{
background-color: #458AD5;
}
</style>
border-color css
<style>
span { border-color: #458AD5; }
span { border-color: rgb(69,138,213); }
td.TdClassName
{
border-color: #458AD5;
}
.TagClassName
{
border-color: #458AD5;
}
</style>