Shades of Havelock Blue #508BD6
Tints of Havelock Blue #508BD6
RGB
CMYK
RGB Variations
Color information
#508BD6 (or 0x508BD6) is known color: Havelock Blue. HEX triplet: 50, 8B and D6. RGB value is (80,139,214). Sum of RGB (Red+Green+Blue) = 80+139+214=433 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.48% from 433); Green value is 139 (54.69% from 255 or 32.10% from 433); Blue value is 214 (83.98% from 255 or 49.42% from 433); Max value from RGB is 214 - color contains mainly: blue. Hex color #508BD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508BD6 is #AF7429. Grayscale: #818181. Windows color (decimal): -11498538 or 14060368. OLE color: 14060368.
HSL color Cylindrical-coordinate representation of color #508BD6: hue angle of 213.58º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #508BD6 is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 139 | 214 | - |
| CMYK | 0.63 | 0.35 | 0 | 0.16 |
| HSL | 213.58º | 0.62% | 0.58% | - |
| HSV(B) | 213.58º | 0.63% | 0.84% | - |
| XYZ | 24.68 | 25.03 | 67.15 | - |
| YUV | 129.91 | 175.45 | 92.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 139 | 214 | 0.63 | 0.35 | 0 | 0.16 | 213.58 | 0.62 | 0.58 |
| Hex | 50 | 8B | D6 | 3F | 23 | 0 | 10 | D6 | 3E | 3A |
| Octal | 120 | 213 | 326 | 77 | 43 | 0 | 20 | 326 | 76 | 72 |
| Binary | 1010000 | 10001011 | 11010110 | 111111 | 100011 | 0 | 10000 | 11010110 | 111110 | 111010 |
Color Harmonies of #508BD6
Complementary color
Monochromatic Colors of #508BD6
Black with #508BD6
Text Example
Text Example
White with #508BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508BD6; }
p { color: rgb(80,139,214); }
H1.HeaderClassName
{
color: #508BD6;
}
.AnyTagClassName
{
color: #508BD6;
}
</style>
background-color css
<style>
a { background-color: #508BD6; }
a { background-color: rgb(80,139,214); }
div.DivClassName
{
background-color: #508BD6;
}
.BgClassName
{
background-color: #508BD6;
}
</style>
border-color css
<style>
span { border-color: #508BD6; }
span { border-color: rgb(80,139,214); }
td.TdClassName
{
border-color: #508BD6;
}
.TagClassName
{
border-color: #508BD6;
}
</style>