Shades of Havelock Blue #507EBF
Tints of Havelock Blue #507EBF
RGB
CMYK
RGB Variations
Color information
#507EBF (or 0x507EBF) is known color: Havelock Blue. HEX triplet: 50, 7E and BF. RGB value is (80,126,191). Sum of RGB (Red+Green+Blue) = 80+126+191=397 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.15% from 397); Green value is 126 (49.61% from 255 or 31.74% from 397); Blue value is 191 (75% from 255 or 48.11% from 397); Max value from RGB is 191 - color contains mainly: blue. Hex color #507EBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507EBF is #AF8140. Grayscale: #777777. Windows color (decimal): -11501889 or 12549712. OLE color: 12549712.
HSL color Cylindrical-coordinate representation of color #507EBF: hue angle of 215.14º degrees, saturation: 0.46, 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 #507EBF is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 126 | 191 | - |
| CMYK | 0.58 | 0.34 | 0 | 0.25 |
| HSL | 215.14º | 0.46% | 0.53% | - |
| HSV(B) | 215.14º | 0.58% | 0.75% | - |
| XYZ | 20.17 | 20.39 | 52.16 | - |
| YUV | 119.66 | 168.26 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 126 | 191 | 0.58 | 0.34 | 0 | 0.25 | 215.14 | 0.46 | 0.53 |
| Hex | 50 | 7E | BF | 3A | 22 | 0 | 19 | D7 | 2E | 35 |
| Octal | 120 | 176 | 277 | 72 | 42 | 0 | 31 | 327 | 56 | 65 |
| Binary | 1010000 | 1111110 | 10111111 | 111010 | 100010 | 0 | 11001 | 11010111 | 101110 | 110101 |
Color Harmonies of #507EBF
Complementary color
Monochromatic Colors of #507EBF
Black with #507EBF
Text Example
Text Example
White with #507EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507EBF; }
p { color: rgb(80,126,191); }
H1.HeaderClassName
{
color: #507EBF;
}
.AnyTagClassName
{
color: #507EBF;
}
</style>
background-color css
<style>
a { background-color: #507EBF; }
a { background-color: rgb(80,126,191); }
div.DivClassName
{
background-color: #507EBF;
}
.BgClassName
{
background-color: #507EBF;
}
</style>
border-color css
<style>
span { border-color: #507EBF; }
span { border-color: rgb(80,126,191); }
td.TdClassName
{
border-color: #507EBF;
}
.TagClassName
{
border-color: #507EBF;
}
</style>