Shades of Havelock Blue #508BD5
Tints of Havelock Blue #508BD5
RGB
CMYK
RGB Variations
Color information
#508BD5 (or 0x508BD5) is known color: Havelock Blue. HEX triplet: 50, 8B and D5. RGB value is (80,139,213). Sum of RGB (Red+Green+Blue) = 80+139+213=432 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.52% from 432); Green value is 139 (54.69% from 255 or 32.18% from 432); Blue value is 213 (83.59% from 255 or 49.31% from 432); Max value from RGB is 213 - color contains mainly: blue. Hex color #508BD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508BD5 is #AF742A. Grayscale: #818181. Windows color (decimal): -11498539 or 13994832. OLE color: 13994832.
HSL color Cylindrical-coordinate representation of color #508BD5: hue angle of 213.38º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #508BD5 is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 139 | 213 | - |
| CMYK | 0.62 | 0.35 | 0 | 0.16 |
| HSL | 213.38º | 0.61% | 0.57% | - |
| HSV(B) | 213.38º | 0.62% | 0.84% | - |
| XYZ | 24.55 | 24.97 | 66.48 | - |
| YUV | 129.8 | 174.95 | 92.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 139 | 213 | 0.62 | 0.35 | 0 | 0.16 | 213.38 | 0.61 | 0.57 |
| Hex | 50 | 8B | D5 | 3E | 23 | 0 | 10 | D5 | 3D | 39 |
| Octal | 120 | 213 | 325 | 76 | 43 | 0 | 20 | 325 | 75 | 71 |
| Binary | 1010000 | 10001011 | 11010101 | 111110 | 100011 | 0 | 10000 | 11010101 | 111101 | 111001 |
Color Harmonies of #508BD5
Complementary color
Monochromatic Colors of #508BD5
Black with #508BD5
Text Example
Text Example
White with #508BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508BD5; }
p { color: rgb(80,139,213); }
H1.HeaderClassName
{
color: #508BD5;
}
.AnyTagClassName
{
color: #508BD5;
}
</style>
background-color css
<style>
a { background-color: #508BD5; }
a { background-color: rgb(80,139,213); }
div.DivClassName
{
background-color: #508BD5;
}
.BgClassName
{
background-color: #508BD5;
}
</style>
border-color css
<style>
span { border-color: #508BD5; }
span { border-color: rgb(80,139,213); }
td.TdClassName
{
border-color: #508BD5;
}
.TagClassName
{
border-color: #508BD5;
}
</style>