Shades of Havelock Blue #457EC8
Tints of Havelock Blue #457EC8
RGB
CMYK
RGB Variations
Color information
#457EC8 (or 0x457EC8) is known color: Havelock Blue. HEX triplet: 45, 7E and C8. RGB value is (69,126,200). Sum of RGB (Red+Green+Blue) = 69+126+200=395 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.47% from 395); Green value is 126 (49.61% from 255 or 31.90% from 395); Blue value is 200 (78.52% from 255 or 50.63% from 395); Max value from RGB is 200 - color contains mainly: blue. Hex color #457EC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457EC8 is #BA8137. Grayscale: #757575. Windows color (decimal): -12222776 or 13139525. OLE color: 13139525.
HSL color Cylindrical-coordinate representation of color #457EC8: hue angle of 213.89º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #457EC8 is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 69 | 126 | 200 | - |
| CMYK | 0.66 | 0.37 | 0 | 0.22 |
| HSL | 213.89º | 0.54% | 0.53% | - |
| HSV(B) | 213.89º | 0.66% | 0.78% | - |
| XYZ | 20.34 | 20.36 | 57.5 | - |
| YUV | 117.39 | 174.62 | 93.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 126 | 200 | 0.66 | 0.37 | 0 | 0.22 | 213.89 | 0.54 | 0.53 |
| Hex | 45 | 7E | C8 | 42 | 25 | 0 | 16 | D6 | 36 | 35 |
| Octal | 105 | 176 | 310 | 102 | 45 | 0 | 26 | 326 | 66 | 65 |
| Binary | 1000101 | 1111110 | 11001000 | 1000010 | 100101 | 0 | 10110 | 11010110 | 110110 | 110101 |
Color Harmonies of #457EC8
Complementary color
Monochromatic Colors of #457EC8
Black with #457EC8
Text Example
Text Example
White with #457EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457EC8; }
p { color: rgb(69,126,200); }
H1.HeaderClassName
{
color: #457EC8;
}
.AnyTagClassName
{
color: #457EC8;
}
</style>
background-color css
<style>
a { background-color: #457EC8; }
a { background-color: rgb(69,126,200); }
div.DivClassName
{
background-color: #457EC8;
}
.BgClassName
{
background-color: #457EC8;
}
</style>
border-color css
<style>
span { border-color: #457EC8; }
span { border-color: rgb(69,126,200); }
td.TdClassName
{
border-color: #457EC8;
}
.TagClassName
{
border-color: #457EC8;
}
</style>