Shades of Havelock Blue #457CCD
Tints of Havelock Blue #457CCD
RGB
CMYK
RGB Variations
Color information
#457CCD (or 0x457CCD) is known color: Havelock Blue. HEX triplet: 45, 7C and CD. RGB value is (69,124,205). Sum of RGB (Red+Green+Blue) = 69+124+205=398 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.34% from 398); Green value is 124 (48.83% from 255 or 31.16% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #457CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457CCD is #BA8332. Grayscale: #747474. Windows color (decimal): -12223283 or 13466693. OLE color: 13466693.
HSL color Cylindrical-coordinate representation of color #457CCD: hue angle of 215.74º degrees, saturation: 0.58, 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 #457CCD is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 69 | 124 | 205 | - |
| CMYK | 0.66 | 0.40 | 0 | 0.20 |
| HSL | 215.74º | 0.58% | 0.54% | - |
| HSV(B) | 215.74º | 0.66% | 0.8% | - |
| XYZ | 20.68 | 20.09 | 60.55 | - |
| YUV | 116.79 | 177.78 | 93.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 124 | 205 | 0.66 | 0.40 | 0 | 0.20 | 215.74 | 0.58 | 0.54 |
| Hex | 45 | 7C | CD | 42 | 28 | 0 | 14 | D8 | 3A | 36 |
| Octal | 105 | 174 | 315 | 102 | 50 | 0 | 24 | 330 | 72 | 66 |
| Binary | 1000101 | 1111100 | 11001101 | 1000010 | 101000 | 0 | 10100 | 11011000 | 111010 | 110110 |
Color Harmonies of #457CCD
Complementary color
Monochromatic Colors of #457CCD
Black with #457CCD
Text Example
Text Example
White with #457CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457CCD; }
p { color: rgb(69,124,205); }
H1.HeaderClassName
{
color: #457CCD;
}
.AnyTagClassName
{
color: #457CCD;
}
</style>
background-color css
<style>
a { background-color: #457CCD; }
a { background-color: rgb(69,124,205); }
div.DivClassName
{
background-color: #457CCD;
}
.BgClassName
{
background-color: #457CCD;
}
</style>
border-color css
<style>
span { border-color: #457CCD; }
span { border-color: rgb(69,124,205); }
td.TdClassName
{
border-color: #457CCD;
}
.TagClassName
{
border-color: #457CCD;
}
</style>