Shades of Havelock Blue #457CCC
Tints of Havelock Blue #457CCC
RGB
CMYK
RGB Variations
Color information
#457CCC (or 0x457CCC) is known color: Havelock Blue. HEX triplet: 45, 7C and CC. RGB value is (69,124,204). Sum of RGB (Red+Green+Blue) = 69+124+204=397 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.38% from 397); Green value is 124 (48.83% from 255 or 31.23% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #457CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457CCC is #BA8333. Grayscale: #747474. Windows color (decimal): -12223284 or 13401157. OLE color: 13401157.
HSL color Cylindrical-coordinate representation of color #457CCC: hue angle of 215.56º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #457CCC is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 69 | 124 | 204 | - |
| CMYK | 0.66 | 0.39 | 0 | 0.2 |
| HSL | 215.56º | 0.57% | 0.54% | - |
| HSV(B) | 215.56º | 0.66% | 0.8% | - |
| XYZ | 20.56 | 20.04 | 59.91 | - |
| YUV | 116.68 | 177.28 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 124 | 204 | 0.66 | 0.39 | 0 | 0.2 | 215.56 | 0.57 | 0.54 |
| Hex | 45 | 7C | CC | 42 | 27 | 0 | 14 | D8 | 39 | 36 |
| Octal | 105 | 174 | 314 | 102 | 47 | 0 | 24 | 330 | 71 | 66 |
| Binary | 1000101 | 1111100 | 11001100 | 1000010 | 100111 | 0 | 10100 | 11011000 | 111001 | 110110 |
Color Harmonies of #457CCC
Complementary color
Monochromatic Colors of #457CCC
Black with #457CCC
Text Example
Text Example
White with #457CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457CCC; }
p { color: rgb(69,124,204); }
H1.HeaderClassName
{
color: #457CCC;
}
.AnyTagClassName
{
color: #457CCC;
}
</style>
background-color css
<style>
a { background-color: #457CCC; }
a { background-color: rgb(69,124,204); }
div.DivClassName
{
background-color: #457CCC;
}
.BgClassName
{
background-color: #457CCC;
}
</style>
border-color css
<style>
span { border-color: #457CCC; }
span { border-color: rgb(69,124,204); }
td.TdClassName
{
border-color: #457CCC;
}
.TagClassName
{
border-color: #457CCC;
}
</style>