Shades of Havelock Blue #507EB8
Tints of Havelock Blue #507EB8
RGB
CMYK
RGB Variations
Color information
#507EB8 (or 0x507EB8) is known color: Havelock Blue. HEX triplet: 50, 7E and B8. RGB value is (80,126,184). Sum of RGB (Red+Green+Blue) = 80+126+184=390 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.51% from 390); Green value is 126 (49.61% from 255 or 32.31% from 390); Blue value is 184 (72.27% from 255 or 47.18% from 390); Max value from RGB is 184 - color contains mainly: blue. Hex color #507EB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507EB8 is #AF8147. Grayscale: #767676. Windows color (decimal): -11501896 or 12090960. OLE color: 12090960.
HSL color Cylindrical-coordinate representation of color #507EB8: hue angle of 213.46º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #507EB8 is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 80 | 126 | 184 | - |
| CMYK | 0.57 | 0.32 | 0 | 0.28 |
| HSL | 213.46º | 0.42% | 0.52% | - |
| HSV(B) | 213.46º | 0.57% | 0.72% | - |
| XYZ | 19.42 | 20.09 | 48.2 | - |
| YUV | 118.86 | 164.76 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 126 | 184 | 0.57 | 0.32 | 0 | 0.28 | 213.46 | 0.42 | 0.52 |
| Hex | 50 | 7E | B8 | 39 | 20 | 0 | 1C | D5 | 2A | 34 |
| Octal | 120 | 176 | 270 | 71 | 40 | 0 | 34 | 325 | 52 | 64 |
| Binary | 1010000 | 1111110 | 10111000 | 111001 | 100000 | 0 | 11100 | 11010101 | 101010 | 110100 |
Color Harmonies of #507EB8
Complementary color
Monochromatic Colors of #507EB8
Black with #507EB8
Text Example
Text Example
White with #507EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507EB8; }
p { color: rgb(80,126,184); }
H1.HeaderClassName
{
color: #507EB8;
}
.AnyTagClassName
{
color: #507EB8;
}
</style>
background-color css
<style>
a { background-color: #507EB8; }
a { background-color: rgb(80,126,184); }
div.DivClassName
{
background-color: #507EB8;
}
.BgClassName
{
background-color: #507EB8;
}
</style>
border-color css
<style>
span { border-color: #507EB8; }
span { border-color: rgb(80,126,184); }
td.TdClassName
{
border-color: #507EB8;
}
.TagClassName
{
border-color: #507EB8;
}
</style>