Shades of Havelock Blue #508BCD
Tints of Havelock Blue #508BCD
RGB
CMYK
RGB Variations
Color information
#508BCD (or 0x508BCD) is known color: Havelock Blue. HEX triplet: 50, 8B and CD. RGB value is (80,139,205). Sum of RGB (Red+Green+Blue) = 80+139+205=424 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.87% from 424); Green value is 139 (54.69% from 255 or 32.78% from 424); Blue value is 205 (80.47% from 255 or 48.35% from 424); Max value from RGB is 205 - color contains mainly: blue. Hex color #508BCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508BCD is #AF7432. Grayscale: #808080. Windows color (decimal): -11498547 or 13470544. OLE color: 13470544.
HSL color Cylindrical-coordinate representation of color #508BCD: hue angle of 211.68º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #508BCD is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 139 | 205 | - |
| CMYK | 0.61 | 0.32 | 0 | 0.20 |
| HSL | 211.68º | 0.56% | 0.56% | - |
| HSV(B) | 211.68º | 0.61% | 0.8% | - |
| XYZ | 23.56 | 24.58 | 61.26 | - |
| YUV | 128.88 | 170.95 | 93.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 139 | 205 | 0.61 | 0.32 | 0 | 0.20 | 211.68 | 0.56 | 0.56 |
| Hex | 50 | 8B | CD | 3D | 20 | 0 | 14 | D4 | 38 | 38 |
| Octal | 120 | 213 | 315 | 75 | 40 | 0 | 24 | 324 | 70 | 70 |
| Binary | 1010000 | 10001011 | 11001101 | 111101 | 100000 | 0 | 10100 | 11010100 | 111000 | 111000 |
Color Harmonies of #508BCD
Complementary color
Monochromatic Colors of #508BCD
Black with #508BCD
Text Example
Text Example
White with #508BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508BCD; }
p { color: rgb(80,139,205); }
H1.HeaderClassName
{
color: #508BCD;
}
.AnyTagClassName
{
color: #508BCD;
}
</style>
background-color css
<style>
a { background-color: #508BCD; }
a { background-color: rgb(80,139,205); }
div.DivClassName
{
background-color: #508BCD;
}
.BgClassName
{
background-color: #508BCD;
}
</style>
border-color css
<style>
span { border-color: #508BCD; }
span { border-color: rgb(80,139,205); }
td.TdClassName
{
border-color: #508BCD;
}
.TagClassName
{
border-color: #508BCD;
}
</style>