Shades of Havelock Blue #507FCF
Tints of Havelock Blue #507FCF
RGB
CMYK
RGB Variations
Color information
#507FCF (or 0x507FCF) is known color: Havelock Blue. HEX triplet: 50, 7F and CF. RGB value is (80,127,207). Sum of RGB (Red+Green+Blue) = 80+127+207=414 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.32% from 414); Green value is 127 (50% from 255 or 30.68% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #507FCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507FCF is #AF8030. Grayscale: #797979. Windows color (decimal): -11501617 or 13598544. OLE color: 13598544.
HSL color Cylindrical-coordinate representation of color #507FCF: hue angle of 217.8º 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 #507FCF is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 127 | 207 | - |
| CMYK | 0.61 | 0.39 | 0 | 0.19 |
| HSL | 217.8º | 0.57% | 0.56% | - |
| HSV(B) | 217.8º | 0.61% | 0.81% | - |
| XYZ | 22.16 | 21.39 | 61.99 | - |
| YUV | 122.07 | 175.93 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 127 | 207 | 0.61 | 0.39 | 0 | 0.19 | 217.8 | 0.57 | 0.56 |
| Hex | 50 | 7F | CF | 3D | 27 | 0 | 13 | DA | 39 | 38 |
| Octal | 120 | 177 | 317 | 75 | 47 | 0 | 23 | 332 | 71 | 70 |
| Binary | 1010000 | 1111111 | 11001111 | 111101 | 100111 | 0 | 10011 | 11011010 | 111001 | 111000 |
Color Harmonies of #507FCF
Complementary color
Monochromatic Colors of #507FCF
Black with #507FCF
Text Example
Text Example
White with #507FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507FCF; }
p { color: rgb(80,127,207); }
H1.HeaderClassName
{
color: #507FCF;
}
.AnyTagClassName
{
color: #507FCF;
}
</style>
background-color css
<style>
a { background-color: #507FCF; }
a { background-color: rgb(80,127,207); }
div.DivClassName
{
background-color: #507FCF;
}
.BgClassName
{
background-color: #507FCF;
}
</style>
border-color css
<style>
span { border-color: #507FCF; }
span { border-color: rgb(80,127,207); }
td.TdClassName
{
border-color: #507FCF;
}
.TagClassName
{
border-color: #507FCF;
}
</style>