Shades of Havelock Blue #458ADE
Tints of Havelock Blue #458ADE
RGB
CMYK
RGB Variations
Color information
#458ADE (or 0x458ADE) is known color: Havelock Blue. HEX triplet: 45, 8A and DE. RGB value is (69,138,222). Sum of RGB (Red+Green+Blue) = 69+138+222=429 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.08% from 429); Green value is 138 (54.30% from 255 or 32.17% from 429); Blue value is 222 (87.11% from 255 or 51.75% from 429); Max value from RGB is 222 - color contains mainly: blue. Hex color #458ADE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #458ADE is #BA7521. Grayscale: #7E7E7E. Windows color (decimal): -12219682 or 14584389. OLE color: 14584389.
HSL color Cylindrical-coordinate representation of color #458ADE: hue angle of 212.94º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #458ADE is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 138 | 222 | - |
| CMYK | 0.69 | 0.38 | 0 | 0.13 |
| HSL | 212.94º | 0.7% | 0.57% | - |
| HSV(B) | 212.94º | 0.69% | 0.87% | - |
| XYZ | 24.73 | 24.72 | 72.57 | - |
| YUV | 126.95 | 181.64 | 86.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 138 | 222 | 0.69 | 0.38 | 0 | 0.13 | 212.94 | 0.7 | 0.57 |
| Hex | 45 | 8A | DE | 45 | 26 | 0 | D | D5 | 46 | 39 |
| Octal | 105 | 212 | 336 | 105 | 46 | 0 | 15 | 325 | 106 | 71 |
| Binary | 1000101 | 10001010 | 11011110 | 1000101 | 100110 | 0 | 1101 | 11010101 | 1000110 | 111001 |
Color Harmonies of #458ADE
Complementary color
Monochromatic Colors of #458ADE
Black with #458ADE
Text Example
Text Example
White with #458ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458ADE; }
p { color: rgb(69,138,222); }
H1.HeaderClassName
{
color: #458ADE;
}
.AnyTagClassName
{
color: #458ADE;
}
</style>
background-color css
<style>
a { background-color: #458ADE; }
a { background-color: rgb(69,138,222); }
div.DivClassName
{
background-color: #458ADE;
}
.BgClassName
{
background-color: #458ADE;
}
</style>
border-color css
<style>
span { border-color: #458ADE; }
span { border-color: rgb(69,138,222); }
td.TdClassName
{
border-color: #458ADE;
}
.TagClassName
{
border-color: #458ADE;
}
</style>