Shades of Havelock Blue #507DC0
Tints of Havelock Blue #507DC0
RGB
CMYK
RGB Variations
Color information
#507DC0 (or 0x507DC0) is known color: Havelock Blue. HEX triplet: 50, 7D and C0. RGB value is (80,125,192). Sum of RGB (Red+Green+Blue) = 80+125+192=397 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.15% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 192 (75.39% from 255 or 48.36% from 397); Max value from RGB is 192 - color contains mainly: blue. Hex color #507DC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507DC0 is #AF823F. Grayscale: #767676. Windows color (decimal): -11502144 or 12614992. OLE color: 12614992.
HSL color Cylindrical-coordinate representation of color #507DC0: hue angle of 215.89º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #507DC0 is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 125 | 192 | - |
| CMYK | 0.58 | 0.35 | 0 | 0.25 |
| HSL | 215.89º | 0.47% | 0.53% | - |
| HSV(B) | 215.89º | 0.58% | 0.75% | - |
| XYZ | 20.16 | 20.18 | 52.7 | - |
| YUV | 119.18 | 169.09 | 100.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 125 | 192 | 0.58 | 0.35 | 0 | 0.25 | 215.89 | 0.47 | 0.53 |
| Hex | 50 | 7D | C0 | 3A | 23 | 0 | 19 | D8 | 2F | 35 |
| Octal | 120 | 175 | 300 | 72 | 43 | 0 | 31 | 330 | 57 | 65 |
| Binary | 1010000 | 1111101 | 11000000 | 111010 | 100011 | 0 | 11001 | 11011000 | 101111 | 110101 |
Color Harmonies of #507DC0
Complementary color
Monochromatic Colors of #507DC0
Black with #507DC0
Text Example
Text Example
White with #507DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507DC0; }
p { color: rgb(80,125,192); }
H1.HeaderClassName
{
color: #507DC0;
}
.AnyTagClassName
{
color: #507DC0;
}
</style>
background-color css
<style>
a { background-color: #507DC0; }
a { background-color: rgb(80,125,192); }
div.DivClassName
{
background-color: #507DC0;
}
.BgClassName
{
background-color: #507DC0;
}
</style>
border-color css
<style>
span { border-color: #507DC0; }
span { border-color: rgb(80,125,192); }
td.TdClassName
{
border-color: #507DC0;
}
.TagClassName
{
border-color: #507DC0;
}
</style>