Shades of Havelock Blue #508BCF
Tints of Havelock Blue #508BCF
RGB
CMYK
RGB Variations
Color information
#508BCF (or 0x508BCF) is known color: Havelock Blue. HEX triplet: 50, 8B and CF. RGB value is (80,139,207). Sum of RGB (Red+Green+Blue) = 80+139+207=426 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.78% from 426); Green value is 139 (54.69% from 255 or 32.63% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 207 - color contains mainly: blue. Hex color #508BCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508BCF is #AF7430. Grayscale: #808080. Windows color (decimal): -11498545 or 13601616. OLE color: 13601616.
HSL color Cylindrical-coordinate representation of color #508BCF: hue angle of 212.13º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #508BCF is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 139 | 207 | - |
| CMYK | 0.61 | 0.33 | 0 | 0.19 |
| HSL | 212.13º | 0.57% | 0.56% | - |
| HSV(B) | 212.13º | 0.61% | 0.81% | - |
| XYZ | 23.8 | 24.68 | 62.54 | - |
| YUV | 129.11 | 171.95 | 92.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 139 | 207 | 0.61 | 0.33 | 0 | 0.19 | 212.13 | 0.57 | 0.56 |
| Hex | 50 | 8B | CF | 3D | 21 | 0 | 13 | D4 | 39 | 38 |
| Octal | 120 | 213 | 317 | 75 | 41 | 0 | 23 | 324 | 71 | 70 |
| Binary | 1010000 | 10001011 | 11001111 | 111101 | 100001 | 0 | 10011 | 11010100 | 111001 | 111000 |
Color Harmonies of #508BCF
Complementary color
Monochromatic Colors of #508BCF
Black with #508BCF
Text Example
Text Example
White with #508BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508BCF; }
p { color: rgb(80,139,207); }
H1.HeaderClassName
{
color: #508BCF;
}
.AnyTagClassName
{
color: #508BCF;
}
</style>
background-color css
<style>
a { background-color: #508BCF; }
a { background-color: rgb(80,139,207); }
div.DivClassName
{
background-color: #508BCF;
}
.BgClassName
{
background-color: #508BCF;
}
</style>
border-color css
<style>
span { border-color: #508BCF; }
span { border-color: rgb(80,139,207); }
td.TdClassName
{
border-color: #508BCF;
}
.TagClassName
{
border-color: #508BCF;
}
</style>