Shades of Havelock Blue #458ADD
Tints of Havelock Blue #458ADD
RGB
CMYK
RGB Variations
Color information
#458ADD (or 0x458ADD) is known color: Havelock Blue. HEX triplet: 45, 8A and DD. RGB value is (69,138,221). Sum of RGB (Red+Green+Blue) = 69+138+221=428 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.12% from 428); Green value is 138 (54.30% from 255 or 32.24% from 428); Blue value is 221 (86.72% from 255 or 51.64% from 428); Max value from RGB is 221 - color contains mainly: blue. Hex color #458ADD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #458ADD is #BA7522. Grayscale: #7E7E7E. Windows color (decimal): -12219683 or 14518853. OLE color: 14518853.
HSL color Cylindrical-coordinate representation of color #458ADD: hue angle of 212.76º degrees, saturation: 0.69, 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 #458ADD is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 138 | 221 | - |
| CMYK | 0.69 | 0.38 | 0 | 0.13 |
| HSL | 212.76º | 0.69% | 0.57% | - |
| HSV(B) | 212.76º | 0.69% | 0.87% | - |
| XYZ | 24.59 | 24.66 | 71.87 | - |
| YUV | 126.83 | 181.14 | 86.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 138 | 221 | 0.69 | 0.38 | 0 | 0.13 | 212.76 | 0.69 | 0.57 |
| Hex | 45 | 8A | DD | 45 | 26 | 0 | D | D5 | 45 | 39 |
| Octal | 105 | 212 | 335 | 105 | 46 | 0 | 15 | 325 | 105 | 71 |
| Binary | 1000101 | 10001010 | 11011101 | 1000101 | 100110 | 0 | 1101 | 11010101 | 1000101 | 111001 |
Color Harmonies of #458ADD
Complementary color
Monochromatic Colors of #458ADD
Black with #458ADD
Text Example
Text Example
White with #458ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458ADD; }
p { color: rgb(69,138,221); }
H1.HeaderClassName
{
color: #458ADD;
}
.AnyTagClassName
{
color: #458ADD;
}
</style>
background-color css
<style>
a { background-color: #458ADD; }
a { background-color: rgb(69,138,221); }
div.DivClassName
{
background-color: #458ADD;
}
.BgClassName
{
background-color: #458ADD;
}
</style>
border-color css
<style>
span { border-color: #458ADD; }
span { border-color: rgb(69,138,221); }
td.TdClassName
{
border-color: #458ADD;
}
.TagClassName
{
border-color: #458ADD;
}
</style>