Shades of Havelock Blue #458ACE
Tints of Havelock Blue #458ACE
RGB
CMYK
RGB Variations
Color information
#458ACE (or 0x458ACE) is known color: Havelock Blue. HEX triplet: 45, 8A and CE. RGB value is (69,138,206). Sum of RGB (Red+Green+Blue) = 69+138+206=413 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.71% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #458ACE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #458ACE is #BA7531. Grayscale: #7C7C7C. Windows color (decimal): -12219698 or 13535813. OLE color: 13535813.
HSL color Cylindrical-coordinate representation of color #458ACE: hue angle of 209.78º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #458ACE is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 138 | 206 | - |
| CMYK | 0.67 | 0.33 | 0 | 0.19 |
| HSL | 209.78º | 0.58% | 0.54% | - |
| HSV(B) | 209.78º | 0.67% | 0.81% | - |
| XYZ | 22.68 | 23.9 | 61.81 | - |
| YUV | 125.12 | 173.64 | 87.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 138 | 206 | 0.67 | 0.33 | 0 | 0.19 | 209.78 | 0.58 | 0.54 |
| Hex | 45 | 8A | CE | 43 | 21 | 0 | 13 | D2 | 3A | 36 |
| Octal | 105 | 212 | 316 | 103 | 41 | 0 | 23 | 322 | 72 | 66 |
| Binary | 1000101 | 10001010 | 11001110 | 1000011 | 100001 | 0 | 10011 | 11010010 | 111010 | 110110 |
Color Harmonies of #458ACE
Complementary color
Monochromatic Colors of #458ACE
Black with #458ACE
Text Example
Text Example
White with #458ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458ACE; }
p { color: rgb(69,138,206); }
H1.HeaderClassName
{
color: #458ACE;
}
.AnyTagClassName
{
color: #458ACE;
}
</style>
background-color css
<style>
a { background-color: #458ACE; }
a { background-color: rgb(69,138,206); }
div.DivClassName
{
background-color: #458ACE;
}
.BgClassName
{
background-color: #458ACE;
}
</style>
border-color css
<style>
span { border-color: #458ACE; }
span { border-color: rgb(69,138,206); }
td.TdClassName
{
border-color: #458ACE;
}
.TagClassName
{
border-color: #458ACE;
}
</style>