Shades of Havelock Blue #507DBD
Tints of Havelock Blue #507DBD
RGB
CMYK
RGB Variations
Color information
#507DBD (or 0x507DBD) is known color: Havelock Blue. HEX triplet: 50, 7D and BD. RGB value is (80,125,189). Sum of RGB (Red+Green+Blue) = 80+125+189=394 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.30% from 394); Green value is 125 (49.22% from 255 or 31.73% from 394); Blue value is 189 (74.22% from 255 or 47.97% from 394); Max value from RGB is 189 - color contains mainly: blue. Hex color #507DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507DBD is #AF8242. Grayscale: #767676. Windows color (decimal): -11502147 or 12418384. OLE color: 12418384.
HSL color Cylindrical-coordinate representation of color #507DBD: hue angle of 215.23º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #507DBD is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 125 | 189 | - |
| CMYK | 0.58 | 0.34 | 0 | 0.26 |
| HSL | 215.23º | 0.45% | 0.53% | - |
| HSV(B) | 215.23º | 0.58% | 0.74% | - |
| XYZ | 19.83 | 20.05 | 50.97 | - |
| YUV | 118.84 | 167.59 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 125 | 189 | 0.58 | 0.34 | 0 | 0.26 | 215.23 | 0.45 | 0.53 |
| Hex | 50 | 7D | BD | 3A | 22 | 0 | 1A | D7 | 2D | 35 |
| Octal | 120 | 175 | 275 | 72 | 42 | 0 | 32 | 327 | 55 | 65 |
| Binary | 1010000 | 1111101 | 10111101 | 111010 | 100010 | 0 | 11010 | 11010111 | 101101 | 110101 |
Color Harmonies of #507DBD
Complementary color
Monochromatic Colors of #507DBD
Black with #507DBD
Text Example
Text Example
White with #507DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507DBD; }
p { color: rgb(80,125,189); }
H1.HeaderClassName
{
color: #507DBD;
}
.AnyTagClassName
{
color: #507DBD;
}
</style>
background-color css
<style>
a { background-color: #507DBD; }
a { background-color: rgb(80,125,189); }
div.DivClassName
{
background-color: #507DBD;
}
.BgClassName
{
background-color: #507DBD;
}
</style>
border-color css
<style>
span { border-color: #507DBD; }
span { border-color: rgb(80,125,189); }
td.TdClassName
{
border-color: #507DBD;
}
.TagClassName
{
border-color: #507DBD;
}
</style>