Shades of Havelock Blue #457BCF
Tints of Havelock Blue #457BCF
RGB
CMYK
RGB Variations
Color information
#457BCF (or 0x457BCF) is known color: Havelock Blue. HEX triplet: 45, 7B and CF. RGB value is (69,123,207). Sum of RGB (Red+Green+Blue) = 69+123+207=399 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.29% from 399); Green value is 123 (48.44% from 255 or 30.83% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #457BCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457BCF is #BA8430. Grayscale: #747474. Windows color (decimal): -12223537 or 13597509. OLE color: 13597509.
HSL color Cylindrical-coordinate representation of color #457BCF: hue angle of 216.52º degrees, saturation: 0.59, 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 #457BCF is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 123 | 207 | - |
| CMYK | 0.67 | 0.41 | 0 | 0.19 |
| HSL | 216.52º | 0.59% | 0.54% | - |
| HSV(B) | 216.52º | 0.67% | 0.81% | - |
| XYZ | 20.8 | 19.94 | 61.78 | - |
| YUV | 116.43 | 179.11 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 123 | 207 | 0.67 | 0.41 | 0 | 0.19 | 216.52 | 0.59 | 0.54 |
| Hex | 45 | 7B | CF | 43 | 29 | 0 | 13 | D9 | 3B | 36 |
| Octal | 105 | 173 | 317 | 103 | 51 | 0 | 23 | 331 | 73 | 66 |
| Binary | 1000101 | 1111011 | 11001111 | 1000011 | 101001 | 0 | 10011 | 11011001 | 111011 | 110110 |
Color Harmonies of #457BCF
Complementary color
Monochromatic Colors of #457BCF
Black with #457BCF
Text Example
Text Example
White with #457BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457BCF; }
p { color: rgb(69,123,207); }
H1.HeaderClassName
{
color: #457BCF;
}
.AnyTagClassName
{
color: #457BCF;
}
</style>
background-color css
<style>
a { background-color: #457BCF; }
a { background-color: rgb(69,123,207); }
div.DivClassName
{
background-color: #457BCF;
}
.BgClassName
{
background-color: #457BCF;
}
</style>
border-color css
<style>
span { border-color: #457BCF; }
span { border-color: rgb(69,123,207); }
td.TdClassName
{
border-color: #457BCF;
}
.TagClassName
{
border-color: #457BCF;
}
</style>