Shades of Havelock Blue #458BDF
Tints of Havelock Blue #458BDF
RGB
CMYK
RGB Variations
Color information
#458BDF (or 0x458BDF) is known color: Havelock Blue. HEX triplet: 45, 8B and DF. RGB value is (69,139,223). Sum of RGB (Red+Green+Blue) = 69+139+223=431 (57% of max value = 765). Red value is 69 (27.34% from 255 or 16.01% from 431); Green value is 139 (54.69% from 255 or 32.25% from 431); Blue value is 223 (87.5% from 255 or 51.74% from 431); Max value from RGB is 223 - color contains mainly: blue. Hex color #458BDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #458BDF is #BA7420. Grayscale: #7F7F7F. Windows color (decimal): -12219425 or 14650181. OLE color: 14650181.
HSL color Cylindrical-coordinate representation of color #458BDF: hue angle of 212.73º degrees, saturation: 0.71, 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 #458BDF is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 139 | 223 | - |
| CMYK | 0.69 | 0.38 | 0 | 0.13 |
| HSL | 212.73º | 0.71% | 0.57% | - |
| HSV(B) | 212.73º | 0.69% | 0.87% | - |
| XYZ | 25.01 | 25.06 | 73.33 | - |
| YUV | 127.65 | 181.81 | 86.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 139 | 223 | 0.69 | 0.38 | 0 | 0.13 | 212.73 | 0.71 | 0.57 |
| Hex | 45 | 8B | DF | 45 | 26 | 0 | D | D5 | 47 | 39 |
| Octal | 105 | 213 | 337 | 105 | 46 | 0 | 15 | 325 | 107 | 71 |
| Binary | 1000101 | 10001011 | 11011111 | 1000101 | 100110 | 0 | 1101 | 11010101 | 1000111 | 111001 |
Color Harmonies of #458BDF
Complementary color
Monochromatic Colors of #458BDF
Black with #458BDF
Text Example
Text Example
White with #458BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458BDF; }
p { color: rgb(69,139,223); }
H1.HeaderClassName
{
color: #458BDF;
}
.AnyTagClassName
{
color: #458BDF;
}
</style>
background-color css
<style>
a { background-color: #458BDF; }
a { background-color: rgb(69,139,223); }
div.DivClassName
{
background-color: #458BDF;
}
.BgClassName
{
background-color: #458BDF;
}
</style>
border-color css
<style>
span { border-color: #458BDF; }
span { border-color: rgb(69,139,223); }
td.TdClassName
{
border-color: #458BDF;
}
.TagClassName
{
border-color: #458BDF;
}
</style>